How to Setup Irrlicht for an IDE?
• Microsoft Visual C++ – http://irrlicht.sourceforge.net/tut001.html • Relo – http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=4132 (brilliant video-tutorials by afecelis explaining every step) • DevC++ – http://irrlicht.sourceforge.net/tut001b.html or a DevPak at DevPaks.org (http://devpaks.org/list.php?category=3D%20Graphics) • Codeblocks (use Cmoibenlepro’s template for Irrlicht projects) -http://www.danielpatton.com/afecelis/files/irrlicht_template_1_1.zip Also, here is a tutorial for setting it up on linux – Setting Up Code Blocks On Linux • KDevelop (http://www.kdevelop.org/) – Setting up KDevelop on Linux For starters, take a look at the | Hello World example. Or you could take a look at the Irrlicht tutorials – http://irrlicht.sourceforge.net/tutorials.html. If you encounter any problems, visit the forums for help.