PDA

View Full Version : [Python] Pymunk tutorials?



crazyfuturamanoob
October 8th, 2008, 02:26 PM
Chipmunk is a 2d physics library, written in C or C++, dunno. And pymunk is a python wrapper for chipmunk.
I am going to add physics into my game with pymunk, but I don't know much of it, or how to use it.

I also use pygame for rendering and drawing stuff.

I have been looking, but can't find ANY pymunk tutorials. Not even a single reference manual!

I managed to make a ball fall on a static line, but can't figure out how to make boxes or polygons.
The example files aren't commented at all.

And when I try to use dir() + __doc__ functions in interactive python console, I usually get no better answers.
Documentations don't either exists, or then they don't help at all.

I really need those tutorials. Where are they?