GameStates

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
rtr_18
Posts: 60
Joined: Thu Jun 10, 2010 8:35 am
Location: Programmer

GameStates

Post by rtr_18 »

How to main game states in irrlicht? What are the steps?
roelor
Posts: 240
Joined: Wed Aug 13, 2008 8:06 am

Post by roelor »

What do you mean?
d3jake
Posts: 198
Joined: Sat Mar 22, 2008 7:49 pm
Location: United States of America

Post by d3jake »

This article may help. It uses SDL to draw the graphics, but it also goes through the basic theory of a statemachine.
The Open Descent Foundation is always looking for programmers! http://www.odf-online.org
"I'll find out if what I deleted was vital here shortly..." -d3jake
lymantok
Posts: 67
Joined: Mon Dec 31, 2007 6:13 am

Post by lymantok »

Check out Vitek's excellent state machine code: http://irrlicht.sourceforge.net/phpBB2/ ... te+machine
Post Reply