lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Tue, 2011-02-08 at 17:01 -0500, Steve Litt wrote:
> What is your favorite Lua GUI toolkit?

Lqt, a Lua binding for the Qt framework, that I'm currently helping out
with - https://github.com/mkottman/lqt 

Qt is not a simple framework, but once you get the basics, it's easy to
do some interesting things, like doing interactive 2D graphics, creating
a table editor on top of SQL data without the need to write a line of
SQLm, or creating a WebKit widget inside a larger GUI and filling it
with content generated for example by Orbiter....

Having the whole power of the framework available to Lua is very nice
indeed :)