[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Doing GUI stuff in Lua
- From: steve donovan <steve.j.donovan@...>
- Date: Mon, 7 Mar 2011 14:47:21 +0200
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