Best Tutorials/Community support

I haven't chosen a cross-platform gui library yet, and I've decided to choose one based on which has the best documentation and the best community support. So does anybody have links to good tutorials, documentation pages, or community forums for their favorite cross-platform gui libraries?
Last edited on
When I think of cross-platform gui library I think of Qt.
http://qt-project.org/
The forum for it is: http://www.qtcentre.org/forum.php

WxWidgets is also pretty popular I think.

Here is a list of them though(top half is c/++ libraries) http://en.wikipedia.org/wiki/List_of_platform-independent_GUI_libraries
Qt is the best and very easy to use.
It all depends on what you're doing, how you program, and whether the licence affects a particular project.

I like FLTK http://www.fltk.org a lot, but there isn't much in the way of a general graphics library. However it is fairly simple to extend the basic set of widgets to whatever you want.









Topic archived. No new replies allowed.