[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: My wish list :) [RE: How can we make lua better?]
- From: David <dcuny@...>
- Date: Tue, 4 Jun 2002 19:23:26 -0700
Asko Kauppi wrote:
> 5) Joining Qt (graphics toolkit) and Lua - has anyone done this yet?!?
Have a look at wxLua, by Paul Winwood:
http://www.luascript.thersgb.net
It uses the wxWindows toolkit instead of Qt:
http://www.wxwindows.org
Like Qt, you'll find the wxWindows library quite comprehensive. Unlike Qt,
wxWindows has:
- A more liberal license
- Native controls (Qt draws emulated controls)
wxWindows has recently added a new library which (like Qt) draws it's own
controls. So additional ports to DOS, embedded handhelds, and even X11 (to
replace the obsolete Motif port) are being worked on.
-- David Cuny