Hello!
I was looking for a way to write and distribute desktop applications with Lua and when I finally found LuaRT I think it's absolutely amazing! I have several questions that I couldn't find answers to in the discussions (please point me there if I'm wrong)
1) Is it possible to use the same modules available for the LuaRT Studio in my apps? I would like to use the "wx" library directly but I can't import it.
2) I see there are two sets of Lua runtime DLLs (5.1 and 5.4) and two sets of C modules, for example, LuaRT\LuaRT-Studio\bin\clibs has "wx" while clibs54 doesn't. If I understand it correctly, LuaRT Studio uses lua5.1 while the applications use the 5.4 located in LuaRT\bin. Is it possible to write apps for 5.1?
3) If I want to distribute my app, do I just run rtc/wrtc and it will bundle all the LuaRT default modules (net, socket, ssl, json, wx/ui, etc) or do I have to include them with the resulting EXE manually?