[ Module Hierarchy
| Class Hierarchy ]
Module Hierarchy
- pymunk: pymunk is a easy-to-use pythonic 2d physics library that can be used whenever
you need 2d rigid body physics from Python.
- pymunk.constraint: A constraint is something that describes how two bodies interact with
each other. (how they constraint each other). Constraints can be simple
joints that allow bodies to pivot around each other like the bones in your
body, or they can be more abstract like the gear joint or motors.
- pymunk.util: Contains utility functions, mainly to help with polygon creation
- pymunk.vec2d