📢 LuaRT v2.1.0 is out!
LuaRT is a @Windows#programming framework for #Lua. Main highlights of this release :
🔹New modules: cpu, power, wifi, xml, yaml
🔹Better Task scheduling
🔹ui module is now standalone
🔹Lua VM updated to 5.4.8
🔹Binaries are now digitally signed
🔥Discover Luon for LuaRT to simplify your #networking!
Create servers, handle #HTTP requests, manage cookies easily. Coded in #Lua & Open-source.
Check it out @ github.com/zeykatecool/Luon
#Release of LuaRT 2.0.0, the @Windows#programming framework for #Lua
🔸Static compilation : no more lua54.dll dependency even with Lua binary modules
🔸 New serial module for asynchronous serial communications
🔸 Community wanted features and bug fixes
github.com/samyeyo/LuaRT/rel…
LuaRT 1.9.5, the ##Windows programming framework for #Lua, just released !
The full CHANGELOG and downloads are available at the GitHub repository : github.com/samyeyo/LuaRT
The documentation have been updated with latest changes.
LuaRT 1.9.0 is now officialy released !
🔹New modules : C FFI, keyboard, sysutils
🔹Drag and drop support
🔹Better clipboard support
🔹Faster Tasks scheduling
🔹Faster Canvas widget
...and many bugfixes and performance enhancement !
luart.org/
LuaRT 1.9.0 alpha includes a C #FFI module for #Lua
Thanks to LuaRT object oriented #programming, you can use C Values, Structs, Unions, and call C functions seamlessly
The development of LuaRT 1.9.0 has been completed.
#Documentation update is underway as well as some polishing.
Expect a #release in the next few weeks 🙏
📖 LuaRT #Documentation have been updated :
- Canvas mouse events have been added
- Canvas.onClick()
- Canvas.onContext()
- Canvas.onHover()
- Canvas.onLeave()
- Canvas.onMouseUp()
- Canvas.onMouseDown()
- sys.beep() and sys.registry.delete() functions have been added too