# box2d.ts **Repository Path**: gamecreator/box2dts ## Basic Information - **Project Name**: box2d.ts - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-12 - **Last Updated**: 2022-07-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 git@github.com:flyover/box2d.ts.git && cd box2d.ts npm install npm run build npm run start ```