A port of Box2D Lite to Pharo Smalltalk (originally developed by https://github.com/erincatto/box2d-lite)
To install this project, run the following script in a Pharo 8.0 image.
Metacello new
baseline: 'Box2DLite';
repository: 'github://EiichiroIto/Box2DLiteForPharo/src';
load.
To try demos, run the following script.
B2Demo new open.