flyover / box2d.ts

A TypeScript port of Box2D
https://flyover.github.io/box2d.ts/testbed
MIT License
404 stars 84 forks source link

box2d.ts

A TypeScript port of Box2D.

Box2D Testbed Demo (transpiled into SystemJS modules)

Box2D Testbed Demo (bundled by Rollup into a UMD module)

How to build it

git clone git@github.com:flyover/box2d.ts.git && cd box2d.ts
npm install
npm run build
npm run start