Advertisement

creating a menu with openGL

Started by August 09, 2010 10:23 AM
1 comment, last by Chandaboy 14 years, 3 months ago
Hello everybody!
I would like to create a fixed menu with openGL to execute some operations
and i don't khnow how so can you help me please!!!
What kind of menu ?, OpenGL has no concept of menus so you can do it in pretty much any way you want.

A set of buttons is quite different from a nested dropdown menu.

Buttons are generally just textured quads. (If you want a mouse over effect on buttons i suggest storing both images in a single texture and just shift the coordinates when the mouse is over the button).

a dropdown menu is far more complicated and i'd recommend using a GUI library such as CEGUI for that.
[size="1"]I don't suffer from insanity, I'm enjoying every minute of it.
The voices in my head may not be real, but they have some good ideas!
Advertisement
Can any buddy give me the tutorial of opengl for xcode.. b/c I am new in using the opengl in xcode.. thnkx

This topic is closed to new replies.

Advertisement