diff options
| author | jussi | 2023-10-27 01:16:03 +0300 |
|---|---|---|
| committer | jussi | 2023-10-27 01:16:03 +0300 |
| commit | 6be8d71fac6dfdc3a4a55e342c61435b8906c8b9 (patch) | |
| tree | 3cf7848ec47636b383a452e413ff78e91be4e59c /README.md | |
| parent | 56c365c8cc88455d69df42e7842c986e760c776e (diff) | |
| download | reilua-enhanced-6be8d71fac6dfdc3a4a55e342c61435b8906c8b9.tar.gz reilua-enhanced-6be8d71fac6dfdc3a4a55e342c61435b8906c8b9.tar.bz2 reilua-enhanced-6be8d71fac6dfdc3a4a55e342c61435b8906c8b9.zip | |
Release v0.5.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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'. |
