Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 803 Bytes

README.md

File metadata and controls

48 lines (37 loc) · 803 Bytes

Vue nodes

Nodes - customizable nodes editor and generator.

Status

Experimental

Features

  • 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).

Setup

Development setup

  • Install dependencies
yarn install
  • Start demo
yarn server

Build

  • Build lib
yarn build
  • Build docs
yarn build:docs
  • Preview docs
yarn preview:docs

Docs

docs folder is served by Github Pages. Docs's source code is in demo folder.