How to install python physics engine

Posted by None on Stack Overflow See other posts from Stack Overflow or by None
Published on 2010-04-25T22:09:20Z Indexed on 2010/04/25 22:13 UTC
Read the original article Hit count: 321

Filed under:
|
|
|

I want a python physics engine that works on mac and makes it easy to simulate physics. I have VPython and it works fine, but it is not quite what I want. VPython just shows visual elements and all the physics is in formulas. I looked at the documentation for PyODE and it looked like more what I want. It allowed you to add forces to masses and have worlds and things like that. When I tried to install PyODE (I am using a Mac), it didn't work. One reason was that I didn't have pyrex (I do have Cython, so maybe there is some way to have it use that?), but the other was that I didn't have ode installed. I looked and realized that PyODE is dependent on ode. I tried to install ode but that didn't work. Is there some documentation or binary or something that makes it easy to install PyODE on a mac? Or is there a similar module?

© Stack Overflow or respective owner

Related posts about python

Related posts about physics