summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjussi2024-12-10 22:21:43 +0200
committerjussi2024-12-10 22:21:43 +0200
commit14fbd73660b14fb5af3f8973ec09896c80b63ab2 (patch)
tree3b4aff2d156457e440eee84a37c86aae60574c6e
parentcdb719b23998f4ba73cf3c696c7a82e2f4dc5342 (diff)
downloadreilua-enhanced-14fbd73660b14fb5af3f8973ec09896c80b63ab2.tar.gz
reilua-enhanced-14fbd73660b14fb5af3f8973ec09896c80b63ab2.tar.bz2
reilua-enhanced-14fbd73660b14fb5af3f8973ec09896c80b63ab2.zip
Readme update.
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index dc66681..0d70415 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,8 @@
## About
+Please note that ReiLua is lovingly :heart: handcrafted and will likely contain bugs and documentation errors so it would be much appreciated if you would report any such findings.
+
Idea of this project was to bring the power and simplicity of Raylib to easy beginner friendly language like Lua in a very straight forward manner. It is loose binding to Raylib, some functions will not be included and some are added. The idea of pointing "main.lua" file and access functions "init", "update" and "draw" are borrowed from Löve game framework.
ReiLua is not planned to be a one-to-one binding to raylib. If you want more direct bindings, there are other projects like https://github.com/TSnake41/raylib-lua.