I know C++ fairly well, and I would like to create a program with a GUI, but i have no clue where to start. Is there an open source program I can download, preferably small, that is open source with a GUI and compiles on G++ compiler. Links please.
Open source GUI C++ program?
Heres a good place to start these are all free
http://www.ambrosine.com/resource.html
also check out this one
http://www.garagegames.com
not free but best community you will ever find
Reply:Check in sourceforge.net
Reply:See http://en.wikipedia.org/wiki/Widget_tool... . The google term Is GUI toolkit or Widget toolkit. To create a GUI, you need to learn a toolkit and then use it.
You haven’t mentioned your OS. So I’ll assume it’s Linux. The big players are GTK+ and QT. QT is the choice for KDE apps and GTK+ for Gnome. WxWidgets is popular as a cross platform toolkit, especially on Windows. Take a look. Each toolkit will have samples with source code.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment