Hey everyone,
I wrote this tutorial to set up Dev-Cpp on Win32. Hope you find it useful.
It is slightly different from the existing turorial by Andy, which is a bit oudated.
Additionnaly: Dev-Cpp templates.
I often create small projects, to test specific features of Irrlicht.
Dev-Cpp templates are great for this!
So here are 3 templates:
- simple application (tutorial 1)
- Terrain + skybox (tutorial 12)
- 3D app embeded in a window (tutorial 14)
How to install them?
Grab' em here (8.1Ko) and extract the content of the archive into your /Dev-Cpp/Templates folder.
How to uninstall them?
Simply delete the 8 files
How to use them?
* click on "New Project"
* In the Tab "Irrlicht" select a template
* choose C++
* Type the name of your project, click OK
* Done.
Happy coding, chaps