Easier way to make Window GUI Applications?

Jun 10, 2012 at 6:04pm
I don't want to spend a lot of time on programming GUI.

I want to make Windows with buttons, etc. Anyone know of a simple library that does this?
Jun 10, 2012 at 6:06pm
Jun 10, 2012 at 6:38pm
Thx!
Jun 10, 2012 at 9:17pm
I use FLTK for lightweight, cross-platform GUIs.

Fast Light Toolkit
http://www.fltk.org/

FLTK isn't as rich (no system abstractions, etc) as wxWidgets or Qt, the main players in the cross-platform GUI toolkit arena, but it is very straightforward to use.

And it's fast and light!

For assorted examples of its use, see:

Erco's FLTK Cheat Page
http://seriss.com/people/erco/fltk/
Last edited on Jun 10, 2012 at 9:25pm
Jun 10, 2012 at 9:47pm
Last time I used FLTK it seemed alright but the windows and widgets looked like absolute garbage. Looking at their webpage and the screenshots now, it seems like that might not be the case any longer.

Are they using native widgets yet? Or are they still doing custom drawn widgets?
Jun 12, 2012 at 8:34pm
I'm not sure about the version under development, but the current release still uses custom drawn widgets. Not so pretty, I suppose, but ideal (to me) for cross-platform utitilies.

If you want cool buttons with FLTK, check out FLTK Imago
http://imago.functionalfuture.com/

(Prob too much fun for Office-like applications)
Last edited on Jun 12, 2012 at 8:38pm
Jun 13, 2012 at 3:46am
I would use Qt. Qt is nice and easy to learn.
Topic archived. No new replies allowed.