I've been working some time on this project and I want to share it with you. It is an Irrlicht-ODE wrapper (http://opende.sourceforge.net). There is still quite a lot to do for me, but I thought I could do a first "official" release, now that I finished the plugin. Contents of the package:
- source code
- 3 demo applications
- an IrrEdit plugin
You can grab the wrapper at my homepage (http://www.bulletbyte.de/products.php?show=irrode), browse the tutorials (http://bulletbyte.de/irrOde/tutorials/index.html) and view the doxygen documentation online (http://bulletbyte.de/irrOde/doxygen/index.html).
There is a little additional dependency in the IrrOdeCar demo. You need to download the "AdvancedParticleSystem" I developed if you want to compile it. It can be found at http://bulletbyte.de/products.php?sub=irr&show=aps
The demo applications:
- helloIrrOdeWorld
A little application with a sphere bouncing off a cube. It is part of the first tutorial. It is almost the same as the "IrrOdEditExample" demo
- IrrOdePlayground
Just a terrain and a FPS camera (in the beginning). You can add objects and watch them being affected by gravity and collide with the terrain and other objects. F1 gives a help screen where the keyboard mapping is explained. Some screenshots:
- IrrOdeCar
With the latest version the name of this app is outdated. It should be IrrOdeVehicle (or something like that), because I added a tank and a helicopter. Simple tank and heli but real fun to play around with.
- IrrOdEditExample
A very simple program with a sphere dropping on a cube and bouncing back. It was done using the IrrOdEdit plugin. A screenshot:
- IrrOdeMarble
this is a simple demo game inspired by "Marble Madness". Just use the mouse to control your marble and roll it to all of the checkpoints.
I hope you have as much fun playing around with this project as I had developing it.
You can find IrrOde's sourceforge project on http://irrode.sourceforge.net/ (SVN: http://sourceforge.net/projects/irrode/develop).



