the-graph

WebJar for the-graph

License

License

MIT
Categories

Categories

Github Development Tools Version Controls
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

github-com-flowhub-the-graph
Last Version

Last Version

0.6.1
Release Date

Release Date

Type

Type

jar
Description

Description

the-graph
WebJar for the-graph
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/flowhub/the-graph

Download github-com-flowhub-the-graph

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/github-com-flowhub-the-graph/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>github-com-flowhub-the-graph</artifactId>
    <version>0.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-flowhub-the-graph/
implementation 'org.webjars.npm:github-com-flowhub-the-graph:0.6.1'
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-flowhub-the-graph/
implementation ("org.webjars.npm:github-com-flowhub-the-graph:0.6.1")
'org.webjars.npm:github-com-flowhub-the-graph:jar:0.6.1'
<dependency org="org.webjars.npm" name="github-com-flowhub-the-graph" rev="0.6.1">
  <artifact name="github-com-flowhub-the-graph" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='github-com-flowhub-the-graph', version='0.6.1')
)
libraryDependencies += "org.webjars.npm" % "github-com-flowhub-the-graph" % "0.6.1"
[org.webjars.npm/github-com-flowhub-the-graph "0.6.1"]

Dependencies

compile (8)

Group / Artifact Type Version
org.webjars.npm : react-dom jar [0.14.3,0.15)
org.webjars.npm : react jar [0.14.3,0.15)
org.webjars.npm » klayjs-noflo jar [0.3.1,0.4)
org.webjars.npm : font-awesome jar [4.6.3,5)
org.webjars.npm : hammerjs jar [2.0.8,3)
org.webjars.npm : tv4 jar [1.2.7,2)
org.webjars.npm » fbp-graph jar [0.1.0,0.2)
org.webjars.npm : webcomponents.js jar [0.6.0,0.7)

Project Modules

There are no modules declared in this project.

The Graph Editor MIT license

This project provides a set React components for viewing and editing node-based graphs. The focus is on graphs used for dataflow and Flow-based programming.

The graph structure is stored by fbp-graph, which supports extendable metadata and undo/redo.

You can optionally use klayjs-noflo for automatic layout of graphs.

the-graph is used as the editor in the Flowhub IDE.

Examples

Using

Install via NPM

npm install the-graph

See the examples for how to include the .js and .css files, and API usage.

License

The MIT License

Support

Please refer to https://noflojs.org/support/.

Developing

Clone the repo

git clone https://github.com/flowhub/the-graph.git # or your own fork on Github
cd the-graph

Install dependencies and build

npm install
npm run build

Run the demo server

npm start

or http://localhost:3000/examples/demo-full.html for interactive demo.

Send pull requests on Github!

org.webjars.npm

Flowhub

Peer-to-peer full-stack visual programming for your fingers

Versions

Version
0.6.1