GitHub - hghdev/Box2DLiteForPharo: A port of Box2D Lite to Pharo Smalltalk

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

Box2DLiteForPharo

Build Status

A port of Box2D Lite to Pharo Smalltalk (originally developed by https://github.com/erincatto/box2d-lite)

Entire Screen1

How to install

To install this project, run the following script in a Pharo 8.0 image.

Metacello new
    baseline: 'Box2DLite';
    repository: 'github://EiichiroIto/Box2DLiteForPharo/src';
    load.

Demo

To try demos, run the following script.

B2Demo new open.

About

A port of Box2D Lite to Pharo Smalltalk

Resources

Readme

License

MIT license

Activity

Stars

0 stars

Watchers

0 watching

Forks

0 forks

Releases

No releases published

Languages

  • Smalltalk 96.7%
  • HTML 3.3%