Skip to content

EiichiroIto/Box2DLiteForPharo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.