Hallo, Thomas Grill hat gesagt: // Thomas Grill wrote:
As soon as I've decided on the final interface of the ODE-Pd-object I guess I will try, if moving from Python to C++ will give a substantial performance boost. Though I doubt it will.
I doubt too. Most of the time in PyODE is spent in collision detection inside the ODE library, very little in the Python interface.
Yes, that's how I think it is, too. Python has the advantage of being much easier to program, especially for a huge library as ODE, if you use some introspection trickery to provide a Pd interface to all the methods ODE provides with just a handfull of code lines.
Frank Barknecht _ ______footils.org_ __goto10.org__