beginner question

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
jimowns
Posts: 62
Joined: Thu Sep 28, 2006 5:28 pm
Location: X-Gamers

beginner question

Post by jimowns »

i've a little problem .
can someone explaine me how i need to use irredit and dev-c++ .
maybe this is a stupit question but i realy dont know how i makeing a 3D project .


jim
silentpolygon
Posts: 8
Joined: Sat Aug 26, 2006 6:05 pm
Location: Germany
Contact:

Post by silentpolygon »

Well, IrrEdit is a Map-Editor with many other functionalities. This is the Program you need to make Maps, or in a way your Levels, to fit all your models in the correct position and tell the engine where the Player starts, where the foes are, etc. (UT2003/2004) has also a good LevelEditor(What a shame it is useless for Irrlicht).

DevC++ is a IDE (Development Environment) for editing and with a compiler like gcc, compilig the code. There are many IDEs out there. I´m using Code::Blocks but DevC++ will be fine.

I hope I helped you.

BTW
See the tutorials within Irrlicht. I also work with them and they are helping very well.
The World is OpenSource if you have an IrrLicht that leads you...
jimowns
Posts: 62
Joined: Thu Sep 28, 2006 5:28 pm
Location: X-Gamers

Post by jimowns »

thx :)
Post Reply