polygonjs-editor
v1.5.92-1
Published
This is the node-based visual editor that allows you to create 3D for WebGL.
Downloads
500
Readme
Polygonjs Node-based editor
This is the node-based visual editor that allows you to create 3D for WebGL.
Learn more at https://polygonjs.com
Run the editor
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