lua-users home
lua-l archive

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


On 13-01-08 02:36 PM, Lucas wrote:
There are many bindings to libraries like GTK+ and Qt.

To use GTK+ 3 you can also try lgob[1]. It is alive for some years
now, and is actively maintained (by me :) ).

lgi is also a nice option. Basically, lgi do at runtime what lgob do
at compile time, so lgi is more flexible and its easier to use with
other gobject libraries.

[1]: http://oproj.tuxfamily.org/wiki/doku.php?id=lgob

On Tue, Jan 8, 2013 at 2:17 PM, Martin Krpan <wtxnh-lua@yahoo.com.au> wrote:
On Mon, Jan 07, 2013 at 12:35:54PM +0100, Philippe Lhoste wrote:
Another option is tekUI, ....
Are there any plans to port tekUI to SDL? Is it possible at all
and how much work is it to do?

Martin



--
http://oproj.tuxfamily.org


Thanks Lucas

This looks very approachable too, sloccount gives:


ansic:         3288 (100.00%)

There is documentation and a nice website.

Thanks for sharing this-Patrick