Hi all,
I’d like to get your thoughts on a design change planned for the next version:ui
module will be separated from the wluart.exe
interpreter. This change will be seamless for most users and brings some great benefits:
Better Interoperability: The ui
module will work independently, making LuaRT more flexible for various projects.
Console Program Support: Console apps will be able to use ui
features
Lua GUI Module Integration: You’ll be able to use third-party Lua GUI modules like wxLua, Lua-GTK, or others for custom ui.
⚠️ Note for Compiling: When using rtc
to compile programs to executables with the ui
module, you’ll need to link it using the -lui
flag.
What do you think about this change ?