lua-users home
lua-l archive

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


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