pymunk icon indicating copy to clipboard operation
pymunk copied to clipboard

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

Results 24 pymunk issues
Sort by recently updated
recently updated
newest added

Both of the links for the Jupyter Notebook examples (`matplotlib_util_demo.ipynb` and `newtons_cradle.ipynb`) were broken. These have been fixed.

Setting a body's `body_type` to `Body.DYNAMIC` causes a `Segmentation fault (core dumped)` under the following conditions: - A `SlideJoint` is attached to the body. Other types of joints don't seem...

Removed dead links and replaced them with new ones. One link especially was sold so I remplaced it with a completely new one about how constant time steps are better...

Circumstances: 1. During `Space.step()`, a shape is removed (such as from `post_solve` callback). The shape removal is automatically delayed until the step finishes. 2. After the step ends, the shape...