This fork is a conversion of the codebase of the-graph to the latest react and es6.
The dependency on Polymer is removed, yet the api should be compatible enough to be integrated within the current polymer components of the graph.
The dependency on bower has also been removed.
The components are build using webpack.
Visit https://psichi.github.io/the-graph/ to see the current status.
This project provides a set of React Components for viewing and editing flow-based programming graphs.
The focus is on performance, usage of modern web technologies, and touchscreen friendliness.
The graph widgets have the following dependencies:
- React for the "virtual DOM" to make SVG fast
- KLay Layered graph autolayout via KLayJS
The project is the graph editing tool in NoFlo UI, replacing the older dataflow graph editor.
Get dependencies and build:
npm install
npm run build
npm start
And open http://localhost:3000/the-graph-editor/index.html
npm run storybook