lua-users home
lua-l archive

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


- aedGUI    http://aedgui.sourceforge.net/
- ParaGUI   http://www.paragui.org/

They are huge.  ParaGUI is even larger than wxWidgets.  aedGUI comes up to over 1M.  The Cario approach of a thin layer over the native GUI is good.  Take a look at rebol http://www.rebol.com/.  With GUI lib it is just slightly over 300k.  I did a ldd; it just needed glibc.

BTW mingui http://www.minigui.org/ is also intersting, maybe for embedded systems.