Skip to content
💣 A lightweight 3D physics engine written in JavaScript.
TypeScript HTML JavaScript
Branch: master
Clone or download
This branch is 170 commits ahead of schteppe:master.

Latest commit

Latest commit b1d7d5b Apr 29, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
dist
examples
images
src
.gitignore
.npmignore
.prettierignore
.prettierrc
LICENSE
index.html
package.json
readme.md
rollup.config.js
tsconfig.json
yarn.lock

readme.md

This is a fork of https://github.com/schteppe/cannon.js made by Stefan Hedman @schteppe. It's a type-safe flatbundle (esm and cjs) for easier handling in module environments and tree shaking. Visit the original project for full documentation and examples (1, 2, 3).

yarn add cannon-es
import { World } from 'cannon-es'

// ...

TO DO:

You can’t perform that action at this time.