# graph-editor **Repository Path**: maxz01/graph-editor ## Basic Information - **Project Name**: graph-editor - **Description**: No description available - **Primary Language**: Unknown - **License**: EPL-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-04-06 - **Last Updated**: 2024-04-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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](https://github.com/tesis-dynaware/graph-editor), which is no longer being maintained.* ## Features + Highly customizable + Add your own custom skins or restyle existing ones via CSS + Graphical effects where connections intersect: ![Examples of how intersections look in the graph editor demo.](intersectionExamples.png) + Full undo / redo functionality via EMF commands + Selection API with cut, copy, paste + Alignment (optionally with snap-to-grid) + Editing of large graphs via a panning mechanism & minimap + Additional skin examples provided: ![Examples of skins provided with the graph editor demo.](skinExamples.png) Example of a fully customized implementation: ![Demo of a fully customized application.](demo.gif) ## Use it Maven coordinates: ``` io.github.eckig.grapheditor grapheditor-core 19.0.0 ``` Download the latest [Release](https://github.com/eckig/graph-editor/releases). Try the [tutorials](https://github.com/eckig/graph-editor/wiki). ## Demo A sample application with a self-executable installer is available with the [graph-editor-demo](https://github.com/eckig/graph-editor-demo).