planck-js
Version:
2D JavaScript/TypeScript physics engine for cross-platform HTML5 game development
12 lines (5 loc) • 620 B
Markdown
## Run Your Code
Planck.js is a physics simulation library, and it doesn't draw anything.
[Piqnt](https://piqnt.com/) is an online playground for Planck.js. You can explore [examples](https://piqnt.com/planck.js/), inspect and edit them, or create new ones.
[Testbed](./testbed) is a simple tool (included in the project repository) to visualize and interact with physics simulation. Testbed is compatible with Piqnt playground.
You can use Planck.js with any game engines or frameworks, or use an existing integrations. See [Simulation](./world/simulation) and [Rendering](./rendering) page for more information.