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: 3 months ago
JSON representation
A TypeScript port of Box2D
- Host: GitHub
- URL: https://github.com/flyover/box2d.ts
- Owner: flyover
- License: mit
- Created: 2015-01-23T15:09:37.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-06-29T21:12:14.000Z (over 1 year ago)
- Last Synced: 2024-07-21T22:13:43.254Z (4 months ago)
- Language: TypeScript
- Homepage: https://flyover.github.io/box2d.ts/testbed
- Size: 17.2 MB
- Stars: 406
- Watchers: 26
- Forks: 84
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-jsgames - box2d.ts - A TypeScript port of Box2D. (Uncategorized / Uncategorized)
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
```