samyeyo / LuaRT

Open source Windows programming framework for Lua
https://www.luart.org
Other
285 stars 17 forks source link

missing UI module even after reinstalling #157

Closed quandie closed 8 months ago

quandie commented 8 months ago

require ui module returns error, i cant find it in luart files

xFN10x commented 8 months ago

what error does it return?

samyeyo commented 8 months ago

Hi Quandie,

The ui module is not a standalone module. It is bundled within the wluart.exe interpreter (see https://luart.org/doc/toolchain/interpreter.html)

If you want to use the ui module you must use wluart.exe to run your Lua scripts, not luart.exe