This is the node-based visual editor that allows you to create 3D for WebGL.
Learn more at https://polygonjs.com
npx polygonjs-editor
or node build/index.js
You can then open the editor in your browser from this address:
http://localhost:8091
You can also specify a port with the --port
option:
npx polygonjs-editor --port=8092
in which case you would be able to view the at:
http://localhost:8092