0.3.0 • Published 4 months ago

@clarkmcc/ngraph v0.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

npm.io

A Blender-style node editor built on xyflow. Try it out in Storybook or checkout the getting started CodeSandbox.

Note: This project is still in development and the API is likely to change.

Features

  • Declarative JSON-based types, inputs, and nodes.
  • Custom node and input types using React components when the declarative approach is insufficient.
  • Color-coded node groups, value types, and connections.
  • Collapsable nodes.
  • Copy and paste nodes and connections.
  • Many input types supported including text input, checkboxes, button groups, and select dropdowns.
  • Multiple socket shapes supported including square, circle, diamond, and diamond with a dot (similar to Blender).
  • Property-as-inputs allow you to set the value directly using an input, or connect it to the output of another node.
  • Built-in support for Dagre layout engine.

Getting Started

npm install @xyflow/react @clarkmcc/ngraph 

Credits

The design for this project is inspired almost entirely by the roman01la/threegn (now archived).

0.3.0

4 months ago

0.3.0-alpha.0

4 months ago

0.2.1

4 months ago

0.2.1-rc1

4 months ago

0.2.0

4 months ago

0.1.5

4 months ago

0.1.4

4 months ago

0.1.3

4 months ago

0.1.2

4 months ago

0.1.1

4 months ago

0.1.0

4 months ago