@sky-foundry/physics

Port of the Traer Physics Library from Processing

Usage no npm install needed!

<script type="module">
  import skyFoundryPhysics from 'https://cdn.skypack.dev/@sky-foundry/physics';
</script>

README

Physics

See the project page for most up-to-date information.

CommonJS + Browserify Fork

This fork replaces streamlines installation and integration:

  • Replaces RequireJS with CommonJS modules, providing Node.js support and installation via npm.
  • Replaces the build system with Browserify, meaning the same install steps work for the browser and for Node.
  • Adds bower and component support.

Original code by Jono Brandel. Contributions from David Schoonover.