python-box2d

2D Game Physics for Python
  https://github.com/pybox2d/pybox2d
  0
  no reviews



Pybox2d is a 2D physics library for your games and simple simulations. It's based on the Box2D library, written in C++. It supports several shape types (circle, polygon, thin line segments), and quite a few joint types (revolute, prismatic, wheel, etc.).

This package contains the Python library.