C++ Game Gui Programming

Started by
4 comments, last by mmakrzem 11 years, 8 months ago
Hey guys,

Is there a good book, or tutorial for c++ game gui programming. Working on an mmo and I would like program my own Gui. All opinions and questions are welcome.


J
Advertisement
try the For Beginners forum

[Formerly "capn_midnight". See some of my projects. Find me on twitter tumblr G+ Github.]


try the For Beginners forum


Good suggestion, moved to FB.


Is there a good book, or tutorial for c++ game gui programming.


What API are you using for 2D or 3D graphics? Since "Game UI" is generally handled by the 2D component of whatever engine or Graphics API you're using, you'll want to start there specifically.
Jeromy Walsh
Sr. Tools & Engine Programmer | Software Engineer
Microsoft Windows Phone Team
Chronicles of Elyria (An In-development MMORPG)
GameDevelopedia.com - Blog & Tutorials
GDNet Mentoring: XNA Workshop | C# Workshop | C++ Workshop
"The question is not how far, the question is do you possess the constitution, the depth of faith, to go as far as is needed?" - Il Duche, Boondock Saints
2D graphics , using open Gl SDK
Have a look at the Ogre examples. They use something neat for gui, don't remember the name right now.
I wrote my own in OpenGL and posted it on my website, it isn't too difficult if you don't want to do really fancy things like autosizing of text or scrolling lists. If you do need those things then writing your own will take a lot more effort.

This topic is closed to new replies.

Advertisement