From 14fbd73660b14fb5af3f8973ec09896c80b63ab2 Mon Sep 17 00:00:00 2001 From: jussi Date: Tue, 10 Dec 2024 22:21:43 +0200 Subject: Readme update. --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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. -- cgit v1.2.3