summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 00fdfd5..83ea956 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,5 @@
+![ReiLua logo](logo.png)
+
## About
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", "process" and "draw" are borrowed from Löve game framework.
@@ -27,8 +29,8 @@ List of some MISSING features that are planned to be included. For specific func
## Roadmap
-* v0.7
- * Switch to Raylib v5.0
+* v0.8
+ * Thorough search for any missing raylib functions that should get implemented.
## Usage