Skip to content
forked from flowhub/the-graph

SVG custom elements for FBP graph editing and visualization. Used in noflo/noflo-ui

License

Notifications You must be signed in to change notification settings

mich31/the-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1256678 · Nov 26, 2013
Nov 14, 2013
Nov 26, 2013
Nov 14, 2013
Nov 22, 2013
Nov 26, 2013
Nov 26, 2013
Nov 14, 2013
Nov 14, 2013
Nov 14, 2013
Nov 14, 2013
Nov 14, 2013
Nov 19, 2013
Nov 14, 2013
Nov 14, 2013
Nov 22, 2013
Nov 26, 2013
Nov 14, 2013
Nov 14, 2013
Nov 20, 2013
Nov 26, 2013
Nov 14, 2013
Nov 26, 2013
Oct 5, 2013
Nov 26, 2013
Oct 17, 2013
Nov 20, 2013
Nov 22, 2013

Repository files navigation

The Graph Editor

This project provides a set of Web 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:

  • Polymer for providing various polyfills for emerging web technologies like custom elements and pointer events
  • the-behavior for user interactions and gestures, using NoFlo on the background
  • GSS for constraint-based layout handling

Currently the project is still in a prototype state, but eventually the plan is to utilize it as the graph editing tool in NoFlo UI, replacing the older dataflow graph editor.

Installation

Get these dependencies using Bower:

$ bower install

Running

You need a local web server. Place these files into somewhere where they can be served, and access the the-graph-editor/index.html file with your browser.

About

SVG custom elements for FBP graph editing and visualization. Used in noflo/noflo-ui

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 64.0%
  • CSS 23.9%
  • HTML 10.9%
  • CoffeeScript 1.2%