Skip to main content
GameDev.net gamedev.net
🔒 Locked

C++ Game Gui Programming

Started by jdelcin Aug 15, 2012 at 4:16 AM 4 replies 3.9k views
Original Post
jdelcin
jdelcin
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
JWalsh
JWalsh

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.
jdelcin
jdelcin
2D graphics , using open Gl SDK
mike4
mike4
Have a look at the Ogre examples. They use something neat for gui, don't remember the name right now.
mmakrzem
mmakrzem
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.

Topic Locked

This topic has been locked by a moderator. New replies are not allowed.

Sign in to reply to this topic.