Game Menu

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Elmo115
Posts: 18
Joined: Wed Feb 06, 2008 11:35 pm

Game Menu

Post by Elmo115 »

Hello. I am trying to create a menu for my game, and I am wondering if anyone would have code for a menu that they have previously created. Any help would be appreciated.
radiant
Posts: 112
Joined: Fri Feb 22, 2008 8:04 pm
Location: Mexico

Post by radiant »

Well... i think it would be more productive to just point u in the right direction...

1.- Have u read the tutorials? tutorial 5 and 9 really good for what u want.

2.- Read the API doc... specially the irr::gui subspace....

3.- The GUI for a game its usually not even "alike" the one for another game... i not only mean how it looks.... but the event manager will most certanlly be totally diferent

Hope it helps ^^
bitplane
Admin
Posts: 3204
Joined: Mon Mar 28, 2005 3:45 am
Location: England
Contact:

Post by bitplane »

Read the meshviewer example, it's an example of setting up and using GUI and menus
Submit bugs/patches to the tracker!
Need help right now? Visit the chat room
Post Reply