What's the difference between pyode & python-ogre ode?

mrkissinger

23-05-2007 23:21:08

What's the difference between pyode & python-ogre ode?

Performance? Intergration? Or something...

Game_Ender

24-05-2007 02:39:18

Pyode is hand wrapped with pyrex which is a python + C mini language which lets you create python extension modules. Python-Ogre ODE wrapper was mainly built as a test/proof of concept and it use Boost.Python + Py++ to automatically wrap ODE.

andy

24-05-2007 04:15:19

And to extend this further -- if we get the wrapper "right" then you get the Python-Ogre ODE for "free" (much like all the modules)..

It has had the least amount of testing of all the modules, however it seems to work, and I'm happy to work on any bugs etc if people start to use it more extensively.

Cheers
Andy

mrkissinger

26-05-2007 16:28:47

If I want to try python-ogre ode, do I have to compile ogreode addon first?

andy

27-05-2007 13:15:44

No, the Python-Ogre ODE can use used as a standalone module..

Cheers
Andy

broli

28-05-2007 16:52:06

So why don't you call it Python-Ode instead.

saladin

26-06-2007 13:45:14

So why don't you call it Python-Ode instead. cuz it's integrated with ogre ... not a pure py++ wrapper of ode.