Skip to content

Sadnessa/vue-nodes

 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 54.0%
  • Vue 46.0%