lua-users home
lua-l archive

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


On Mon, Mar 7, 2011 at 2:38 PM, Sebastien Lai <237482@googlemail.com> wrote:
> What GUI libraries do you use? Experiences? Please share. :-)

LuaJava + Swing.[1]

Works surprisingly well, and runs pretty much anywhere.Java is a big
beast, but there's a lot in the kitchen sink. You can re-use just
about any Java libraries through the magic of reflection.

steve d.

[1] http://luafaq.org/#T6.2.1