Skip to content

alcogy/linkflow

Repository files navigation

screen Linkflow is a open source libraries for building node-based UI application. Imspired by VFX/3D Graphic Application. (e.g. SideFX Houdini, Maxon Cinema4D)

GitHub License MIT

Getting started

  1. Build the library.
npm run build
  1. read expoted javascript file from dist directory to your script.

  2. To instance Linkflow class with root dom.

const linkflow = new Linkflow("root");
  1. Add Node instance to linkflow's "addNode" method.
// NodeTextBox is build in node.
// You can customize your own node.
linkflow.addNode(new NodeTextBox());
  1. Connect node by drag and drop on node's circle.

Example

By /example directory, we implemented simple node style UI application.

About

Linkflow is a node-base UI library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published