1.0.0 • Published 3 years ago

polygonjs-plugin-mapbox v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Polygonjs Physics Plugin

This adds several Physics SOP nodes to the Polygonjs webgl engine.

run for development

Ensure you have node and yarn installed, then run the following in the root folder of the repository:

  • run yarn
  • run npm start
  • open http://localhost:8080/example

testing

  • run yarn
  • run npm start
  • open http://localhost:8080/test

build

  • run yarn
  • run npm run build