polygonjs-plugin-mapbox

Mapbox plugin for the 3D engine https://polygonjs.com

Usage no npm install needed!

<script type="module">
  import polygonjsPluginMapbox from 'https://cdn.skypack.dev/polygonjs-plugin-mapbox';
</script>

README

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