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