LuaRT 1.8.0 – open-source Windows programming framework for Lua LuaRT is a free and open source Windows programming framework for Lua, with a Windows-optimized runtime library and integrated development tools. GitHub Repository : https://github.com/samyeyo/LuaRT Homepage : https://www.luart.org Main features: - Desktop/console applications and x86/x64 binaries supported - The runtime is lightweight and does not rely on any other libraries - Built-in modules are available, including GUI, networking, compression, encryption, etc. - Object-oriented programming with multilevel inheritance, mixins, constructors, destructors, properties... - Asynchronous programming with async/await/after paradigm - Development tools included : > rtc, the Lua script to executable compiler > LuaRT Studio IDE > QuickRT REPL > RTBuilder, a RAD GUI designer Here are the main changes since LuaRT 1.5.2 : - Windows dark/light themes support - Seamless HighDPI and right to left support - New SQLite, json, and ini modules - New RAD GUI designer, RTBuilder - and a lot of bugfixes |