Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.03 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.03 KB

box2d-wasm docs

Installation

Install the box2d-wasm npm package

npm i --save box2d-wasm

Usage

Refer also to box2d.js's documentation and demos; the code examples are broadly compatible, because we bind Box2D functionality the same way.

Refer to Box2D's documentation for explanations of concepts.

Reference