API Reference

easymunk Package

Easymunk

Pymunk is a easy-to-use pythonic 2d physics library that can be used whenever you need 2d rigid body physics from Python.

Homepage: http://www.easymunk.org

This is the main containing module of easymunk. It contains among other things the very central Space, Body and Shape classes.

easymunk.chipmunk_version: str = '7.0.3-080c51480f018040b567e8f0440b121ae3acbae4 '

The Chipmunk version used with this Pymunk version.

This property does not show a valid value in the compiled documentation, only when you actually import easymunk and do easymunk.chipmunk_version

The string is in the following format: <cpVersionString>R<github commit of chipmunk> where cpVersionString is a version string set by Chipmunk and the git commit hash corresponds to the git hash of the chipmunk source from github.com/viblo/Chipmunk2D included with easymunk.