Hello, community!
The last few weeks have been particularly challenging for me (a lot of real-life work, and a lot of work on my programming projects), that's why I have been less active online lately.
LuaRT's next version will introduce asynchronous programming capabilities, which will require substantial changes to both the codebase and framework. Here are some of the main new features you can expect:
- An
async
/await
paradigm similar to Javascript for asynchronous programming
- The
net
module was completely rewritten to support asynchronous programming (for Http
, Ftp
and Socket
objects)
- An asynchronous loop has been added for the
ui
module
- Asynchronous
Pipe:read()
has been added
COM
enumerations are now supported
Canvas
will support various transformations (rotation, translation...)
- Fixes for various bugs
I am currently finalizing the net module and writing the documentation and new tutorials.
I can't give any ETA but be sure I am doing the best to release LuaRT 1.5.0 as soon as possible !
Regards,
Samir