Designing Pretty GUIs

Hey all,

So I'm looking towards making a pretty menu and GUI for a project of mine. I'd like to be able to have a fair amount of control over the layout - in particular, I'd like to be able to use my own art for the buttons, and have basic alpha blending support. I'm looking into QT, but are there any other libraries/methods for creating GUIs that any of y'all would recommend?
I have heard OpenGL is pretty good. I have never used it before, I just heard that somewhere.
OpenGL is for 3D graphics --it is not suited for application GUIs.

There are FLTK, GTK, wxWidgets, FOX, Gnome and KDE --all very highly recommended. There are others:
http://www.free-soft.org/guitool/

I like Qt personally, but you can't sell anything you make with it unless you purchase a developer license. JSYK.

Hope this helps.
Thats one nice list Duoas.
I like Qt too, its really good.

Jeff
Topic archived. No new replies allowed.