[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: What is your favorite Lua GUI toolkit?
- From: Michal Kottman <k0mpjut0r@...>
- Date: Wed, 09 Feb 2011 00:35:07 +0100
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 :)