PDA

View Full Version : physics engine


razi3l
08-26-2005, 01:49 AM
can anyone tell me what physics engine is best, and in the same time ease to use( tokamak, ode, newton )?
i want to use it in my engine but can't decide which one to use. :unsure:

Tufty
08-26-2005, 04:29 AM
can anyone tell me what physics engine is best, and in the same time ease to use( tokamak, ode, newton )?
i want to use it in my engine but can't decide which one to use. :unsure:
20359


They're all very similar. I integrated Tokamak fairly easily into Irrlicht, but it depends how your engine is written, ODE might be a better choice. Not had any experience with Newton yet though.

If you're later looking for networking code, I definitely recommend RakNet.

razi3l
08-26-2005, 04:53 AM
Are there any diferences in speed betwen Tokamak and Ode?
btw. engine is object oriented.

Tufty
08-26-2005, 07:21 AM
Are there any diferences in speed betwen Tokamak and Ode?
btw. engine is object oriented.
20369


Not a significant difference I don't think, you're best off checking the forums of each to find out for sure - I didn't give them much of a test.

darqSHADOW
08-26-2005, 10:02 AM
Newton is more accurate than the rest, and includes a less accurate solver that mimics the others. We have also found that Newton can handle more objects in a scene. Plus the build-in car physics, and the ability to accurately represent a Newton's Cradle sold us on their technology.

DS

Kenneth Gorking
08-27-2005, 04:24 AM
I would also recommend checking out the NovoDex Physics SDK, located at http://www.ageia.com/novodex.html.
It is the physics engine used in UnrealEngine 3, and it's free, and it's siege demo, where ragdolls are flung onto a wall, cracked me up!

Tufty
08-27-2005, 05:35 AM
I would also recommend checking out the NovoDex Physics SDK, located at http://www.ageia.com/novodex.html.
It is the physics engine used in UnrealEngine 3, and it's free, and it's siege demo, where ragdolls are flung onto a wall, cracked me up!
20400


I didn't even realise it was free - I'll be taking a closer look at that, seems very impressive.

kariem2k
08-27-2005, 06:28 AM
hi
i don't think that novadex is free for commercial use.

Tufty
08-27-2005, 07:01 AM
hi
i don't think that novadex is free for commercial use.
20403


Commercial use isn't an issue for me, my current project is going to be freeware.

Kenneth Gorking
08-29-2005, 09:15 AM
hi
i don't think that novadex is free for commercial use.
20403


True, it's 50K a year, or something sick like that, but if you use it in a high profile project they will let you use it for free.