Thursday, July 9, 2009

How do I make a simple GUI in C++?

We are trying to make a Pac Man game.

How do I make a simple GUI in C++?
Look into QT from trolltech. See here at http://trolltech.com/products/qt .


It is nicer than the GTK widgets and better looking than some of the low level X libs. It is also cross platform friendly ( ie easy to compile for Linux as well as windows and Macs, phones, etc)





QT is, however, a lot more than GUI widgets.
Reply:Good luck. I'd suggest looking into the Game Developer Kit.


No comments:

Post a Comment