polygonjs-editor

This is the node-based visual editor that allows you to create 3D for WebGL.

Usage no npm install needed!

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

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