
How can I make an GUI Application in Lua - Stack Overflow
Aug 5, 2013 · IUP should be the easiest way to create a GUI with Lua. However you will meet a brick wall if you try to install IUP on Linux. You have to hope someone has pre-installed it or someone has pre-written an install package for your version of Linux.
An easy-to-use library for creating GUIs with Lua. - GitHub
Lua GUI is a library for creating GUIs with Lua aimed at unexperienced programmers. The library is being developed with the following goals in mind. Easy to use.
Good GUI Libraries for lua? : r/lua - Reddit
Jul 18, 2023 · I am wondering what are the most popular GUI Libraries for lua, and any tips if any of you have ever personally used them. My main requirement is that is works on desktop platforms (Windows, Mac, Linux), but if you know of any …
Mastering GUI for Lua: A Quick Start Guide
Discover the essentials of creating a sleek gui for lua. This guide offers quick tips and clear examples to elevate your programming journey.
LuaRT - Free Windows Programming Framework for Lua
Lua modules for native GUI, audio, graphics, networking, C FFI... (more on LuaRT modules)
Glu Home Page
Glu is a cross-platform GUI for Lua scripts. Lua programmers can use it to create games, applications, images, etc. Created by Andrew Trevorrow, Chris Rowett and Tom Rokicki. NEWS: January 2025: Glui 1.0 (Glu for the iPad) is now available from the App Store. January 2025: Glu 1.3 for Windows/Mac/Linux has been released.
A Basic Guide to using IupLua - SourceForge
IupLua is a cross-platform kit for creating GUI applications in Lua. There are particularly powerful facilities for getting user input that don't require complicated coding, so it is particularly good for utility scripts.
GitHub - uhub/awesome-lua: A curated list of awesome Lua …
pkulchenko/ZeroBraneStudio - Lightweight Lua-based IDE for Lua with code completion, syntax highlighting, live coding, remote debugger, and code analyzer; supports Lua 5.1, 5.2, 5.3, 5.4, LuaJIT and other Lua interpreters on Windows, macOS, and Linux
peersuasive/luce: Luce - a GUI module for Lua based on JUCE - GitHub
Luce is a Lua module for GUI programming based on the portable, embeddable, remarkable C++ library JUCE. It can be used as an ordinary module for pure lua 5.1/lua 5.2/luajit 2.X scripts or as a library for C++/Lua projects.
lua-users wiki: Graphical User Interface Toolkits
Aug 17, 2022 · GUI Toolkits provide graphical widgets or controls. [wxLua] (5.1, 5.2, 5.3, 5.4) - [wxWidgets] bindings for Lua 5.1, 5.2, 5.3, and 5.4. wxLua project provides its own IDE with a GUI debugger, a binding generator and a "wx" module for wxWidgets.