From 6be8d71fac6dfdc3a4a55e342c61435b8906c8b9 Mon Sep 17 00:00:00 2001 From: jussi Date: Fri, 27 Oct 2023 01:16:03 +0300 Subject: Release v0.5. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 7b6ed76..f8ba801 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,14 @@ List of some MISSING features that are planned to be included. For specific func * Audio * AudioStream management functions +## Roadmap + +v0.6 + * Switch from id based objects to Lua userdata(like most bindings). Resources won't be stored in State anymore. + * Change argument checking to use more luaL_checkx functions and remove the TraceLog messages. +v0.7 + * Switch to Raylib v5.0? + ## Usage Application needs 'main.lua' or 'main' file as entry point. ReiLua executable will first look it from same directory. Alternatively, path to the folder where "main.lua" is located can be given as argument. There are five Lua functions that the framework will call, 'RL.init', 'RL.process', 'RL.draw', 'RL.log' and 'RL.exit'. -- cgit v1.2.3