LuaRT 1.4.0 has just been released !
New modules have been added to LuaRT 1.4.0 centered around multimedia :
- The
canvas module provides a GUI widget for drawing on surfaces
- Your applications can play music and sounds using the
audio module
You can find all the documentation and examples for these new modules on the LuaRT website as usual.
Furthermore, LuaRT 1.4.0 includes community-requested updates for the ui module:
- Fullscreen windows,
- Window.onKey event
- Z order functions, etc.
The most important change, however, is that the "core" framework has been separated from the other modules. Therefore, the crypto and net modules are now independent binary modules.
With the updated rtc compiler, the binary modules linking bug (for x64 binaries) is fixed with a safer and more efficient method of loading embedded binary modules. It provides a new option -l to indicate the compiler to embed binary modules with the compiled executable, from the \modules folder of the LuaRT distribution.
As always, let me know if you have any comments, questions, or bugs regarding this new version.
You can read changes and download LuaRT 1.4.0 on the [Login to see the link]
Regards,
Samir