Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/flyover/box2d.ts

A TypeScript port of Box2D
https://github.com/flyover/box2d.ts

Last synced: about 1 month ago
JSON representation

A TypeScript port of Box2D

Lists

README

        

# box2d.ts

A [TypeScript](https://github.com/Microsoft/TypeScript) port of [Box2D](https://github.com/erincatto/Box2D).

[Box2D Testbed Demo](https://flyover.github.io/box2d.ts/testbed) (transpiled into [SystemJS](https://github.com/systemjs/systemjs) modules)

[Box2D Testbed Demo](https://flyover.github.io/box2d.ts/testbed/dist) (bundled by [Rollup](https://github.com/rollup/rollup) into a [UMD](https://github.com/umdjs/umd) module)

## How to build it

```
git clone [email protected]:flyover/box2d.ts.git && cd box2d.ts
npm install
npm run build
npm run start
```