PDA

View Full Version : Gui


Zuka
04-19-2008, 08:50 PM
How do I make a basic GUI? I can't seem to find any tutorials on it. I want to know how to make click-able images, text, and other things overlaying an OpenGL(/DirectX?) 'world'. Maybe a crosshair thing in the center, you know?

If you're going to give me an example, I only really know C++.

Zuka
04-19-2008, 08:51 PM
Lets say I put a .bmp file in the source code's directory. How would I make it so it pops up an alert window when clicked?

Kenneth Gorking
04-20-2008, 06:27 AM
There is no point in making your own GUI library, unless you are doing it for the experience.

Crazy Eddie's GUI is a quite good library, with tons of features.

Sol_HSA
04-20-2008, 10:48 AM
IMGUI is a simple way to build your own GUIs.. tutorial at http://iki.fi/sol/imgui/

Zuka
04-20-2008, 12:52 PM
Ok, someone close this. I'm using Visual C++ and Dark GDK now, it seems to have what I need.

mmakrzem
04-24-2008, 02:18 PM
You'll find video tutorials on my website showing you how to create a GUI inside OpenGL. (VMK38)