ODE or IrrCollision
I also asked myself wich engine is the best and...MACARRAUM wrote:ok ODE is not perfect, but which engine free of physics is perfect? I am working in a commercial project, and we study all current engine for commercial projects (ODE, Newton, Tokamak), and after some tests and discussions, we arrived the opinion that best is the ODE.
I think the best is to make an abstract layer for the Physic-Engine.
So I started MyWorld, wich have abstract layer for physics and graphics.
Today I believe, that ODE is the best Open project. May be in two month
I change my point of view - but I can just replace ODE through a better
engine without changing my program/game written with MyWorld.
I decided to do MyWorld opensource, so you can join it.
My Irrlicht&ODE-Project: http://www.lofing.de/myworld/
now i´m working in car control and player control using ODE for physical simulation, the character physics is more hard to make, but the work progress is good, soo i have something. I need study more ray sensor for check jump and wall collision for make player control perfect
Here is my Car physics test:
Download: http://www.thunderstorm.com.br/download ... r_demo.zip 713 KB
The demo control is arrows keys and space. F1 or F2 for view bounding box model.
Here is my Car physics test:
Download: http://www.thunderstorm.com.br/download ... r_demo.zip 713 KB
The demo control is arrows keys and space. F1 or F2 for view bounding box model.
Hi puh thanks!
Yeah, my ODE lib is static for mingw, i´m used for this demo DevCPP, ODE and of course IRRLICHT
My ODE static lib for mingw - With TriMesh Single Precision ( work in IDE - DevCPP ): http://www.thunderstorm.com.br/download ... riMesh.rar
And source release, probable not, its my test of one commercial job.
Yeah, my ODE lib is static for mingw, i´m used for this demo DevCPP, ODE and of course IRRLICHT
My ODE static lib for mingw - With TriMesh Single Precision ( work in IDE - DevCPP ): http://www.thunderstorm.com.br/download ... riMesh.rar
And source release, probable not, its my test of one commercial job.