summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjussi2024-02-14 21:46:29 +0200
committerjussi2024-02-14 21:46:29 +0200
commit48adbe20dc022d286875408d215ef323c853e6f4 (patch)
tree00877204265329e57446e92da879eeddbf5be4a9 /README.md
parentb8f27aefaedb7972fa0f1ff11b998aebdca4fb89 (diff)
downloadreilua-enhanced-48adbe20dc022d286875408d215ef323c853e6f4.tar.gz
reilua-enhanced-48adbe20dc022d286875408d215ef323c853e6f4.tar.bz2
reilua-enhanced-48adbe20dc022d286875408d215ef323c853e6f4.zip
Logo.
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