PDA

View Full Version : Pro and Cons about ODE and Newton Game Dynamics!


littledragon
02-25-2006, 04:28 AM
Pro :yes: and Cons :no: about ODE and Newton Game Dynamics! :ninja:

ODE:

ODE is an open source, high performance library for simulating rigid body dynamics. It is fully featured, stable, mature and platform independent with an easy to use C/C++ API. It has advanced joint types and integrated collision detection with friction. ODE is useful for simulating vehicles, objects in virtual reality environments and virtual creatures. It is currently used in many computer games, 3D authoring tools and simulation tools.

Newton:

Newton Game Dynamics is an integrated solution for real time simulation of physics environments. The API provides scene management, collision detection, dynamic behavior and yet it is small, fast, stable and easy to use.

http://ode.org/
http://www.newtondynamics.com/

How easy is to integreate?
Documenation?
API?
Futures?
Graphic API?
License?
Speed?
Stability?

littledragon
02-26-2006, 01:37 AM
http://images.gamedev.net/gallery/da8592c76c5b404ca497cc9c46ad137e_07.jpg

Newton Playground 1.51

Playground where you can spawn all possible primitives (including ragdolls) and play around with them. The demo also has an advanced editormode, that gives you full control on spawning new primitives. Scenes you build can then be exported to, and loaded again from, XML.
By Sascha Willems

http://newton.delphigl.de/ :surprise:

ikk
02-27-2006, 05:01 AM
what i know about ODE:
- it has good and short documentation with pictures that why its good for beginers to understand how dynamics engine works.
- it doesnt introduce too many new data tyes.
- contains only basic examples.
- in general its about vehicles rather than ragdolls.
- i found other engines are faster, but this may be not true if u use some advanced techniques

.oisyn
02-27-2006, 05:43 AM
We had some problems with ODE a few years ago. It wasn't able to handle n-body collisions with a decent framerate (we were developing a racegame, and the shit hit the fan as soon as more than, like, 4 cars were involved in a pile-up). But as said, that was a few years ago, and maybe we weren't using it in an appropriate way :)