1.1.51-2 • Published 3 years ago

@polygonjs/editor v1.1.51-2

Weekly downloads
-
License
Commercial
Repository
-
Last release
3 years ago

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

node build/index.js

You can start using the editor in your browser from this address:

http://localhost:8091

You can also specify a port with the --port option:

node build/index.js --port=8092

in which case you would be able to view the at:

http://localhost:8092