Thursday, July 9, 2009

Gui in C++?

I want to make a gui for a game i have made. I have never done gui's before. is there a good website out there that shows a how to step by step or can anyhow help me?

Gui in C++?
%26gt; "I want to make a gui for a game i have made."


What kind of game is this? If this is a complex 3D graphics game or something uses OpenGL and DirectX, you won't be doing much in GUI (rather you will focus on graphics). Your GUI just involves creating a window with the drawing canvas. This may already be handled for you in your graphics code or 3D engine.





If you want a GUI like a traditional GUI in your office software, then it depends on the operating system in use. Assuming you have Windows, look into the following terms: WinAPI, MFC, WinForms. If you want something cross-platform or that works on Linux, look into GTK+, QT, and wxWindows.


No comments:

Post a Comment