Nodes - customizable nodes editor and generator.
Experimental
- Nodes and their connections can be saved to JSON or localstorage and fully customizable config.
- Nodes look can be changed.
- Nodes component presets (not ready).
- Line style can be changed (not ready).
- WebGL shader generator demo and docs (not ready).
- Keybindings (not ready).
- Install dependencies
yarn install
- Start demo
yarn server
- Build lib
yarn build
- Build docs
yarn build:docs
- Preview docs
yarn preview:docs
docs
folder is served by Github Pages. Docs's source code is in demo
folder.