[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: RIP GUIs
- From: "Kenneth LO" <kenlo88@...>
- Date: Fri, 15 Dec 2006 09:11:40 +0800
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.