tesis-dynaware / graph-editor

Eclipse Public License 1.0
132 stars 42 forks source link

Graph Editor

A library for creating and editing graph-like diagrams in JavaFX.

Features

Examples of how intersections look in the graph editor demo.

Examples of skins provided with the graph editor demo.

Demo

Download the demo app here.

Use it

Maven coordinates:

<dependency>
    <groupId>de.tesis.dynaware</groupId>
    <artifactId>de.tesis.dynaware.grapheditor.core</artifactId>
    <version>1.3.1</version>
</dependency>

Try the tutorials here.

Build it yourself

Requires Java 8, Git, & Maven.

git clone https://github.com/tesis-dynaware/graph-editor.git
cd graph-editor
mvn clean install

The demo jar can be found in demo/target/deploy.