# cocos-box2d.ts **Repository Path**: mirrors_cocos-creator/cocos-box2d.ts ## Basic Information - **Project Name**: cocos-box2d.ts - **Description**: A TypeScript port of Box2D - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-18 - **Last Updated**: 2025-09-20 ## 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/build/testbed) (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 ```