A playful, particle-based physics engine designed from the ground up for JavaScript.
- ☑ Getting started guide
- ☑ Feature completeness with getting started guide demos
- ◻ 90% Test coverage
- ◻ API docs
- ◻ Performance benchmarks
- ◻ Shape Constraint (rigid bodies)
- ◻ Registration Points (for custom rendering)
- ◻ Web Workers (offloading from the main CPU)
Contributions welcome! Check out the roadmap. Constraints are always handy. Force and Body libraries too.
make build && open examples/guide_movement.html
make watch
: builds intobuild/newton.js
and watches for changesmake test
: runs unit testsmake dist
: builds a minified distribution version