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

Re: Whatever happened to the KEGS updates?



Regarding libraries for dialogs/UI.  I've been evaluating a few of the
more well known cross-platform UI libraries and I think GTK+ is
probably the way to go.  It's relatively simple and keeps a more
consistent look across platforms.  It supports skinning which could
provide for some really cool designs for the UI.  wxWidgets doesn't
really support skinning though it's lightweight and uses the OS'
native controls.  Qt is meh.  Also, GTK+ is C and will mix well with
KEGS code methinks.