A playful, particle-based physics engine designed from the ground up for JavaScript.


License
MIT
Install
npm install newton@0.2.1

Documentation

Newton

A playful, particle-based physics engine designed from the ground up for JavaScript.

Build Status

Read the docs

Roadmap

  • ☑ 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)

Contributing quick start

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 into build/newton.js and watches for changes
  • make test: runs unit tests
  • make dist: builds a minified distribution version