Home

Awesome

Graph Editor

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

This project is a fork of tesis-dynaware/graph-editor 1.3.1, which is no longer being maintained.

Features

Examples of how intersections look in the graph editor demo.

Examples of skins provided with the graph editor demo.

Example of a fully customized implementation: Demo of a fully customized application.

Use it

Maven coordinates:

<dependency>
  <groupId>io.github.eckig.grapheditor</groupId>
  <artifactId>grapheditor-core</artifactId>
  <version>21.0.0</version>
</dependency>

Download the latest Release.

Try the tutorials.

Demo

Run the sample application after cloning the repository with maven inside the demo module with mvn javafx:run.