Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eckig/graph-editor-demo

Sample application for the graph-editor API.
https://github.com/eckig/graph-editor-demo

demo editor emf graph java javafx visualization

Last synced: 6 days ago
JSON representation

Sample application for the graph-editor API.

Awesome Lists containing this project

README

        

Graph Editor Demo
==========

A sample application created to show basic usage of the **[graph-editor API](https://github.com/eckig/graph-editor)**.

Download self-executable installer from the latest actions:
[![Build Windows Installer](https://github.com/eckig/graph-editor-demo/actions/workflows/maven-build-installer-windows.yml/badge.svg)](https://github.com/eckig/graph-editor-demo/actions/workflows/maven-build-installer-windows.yml)
[![Build macOS Installer](https://github.com/eckig/graph-editor-demo/actions/workflows/maven-build-installer-macos.yml/badge.svg)](https://github.com/eckig/graph-editor-demo/actions/workflows/maven-build-installer-macos.yml)
[![Build Unix Installer](https://github.com/eckig/graph-editor-demo/actions/workflows/maven-build-installer-unix.yml/badge.svg)](https://github.com/eckig/graph-editor-demo/actions/workflows/maven-build-installer-unix.yml)

Or compile and run it yourself:

1. Requires [Java 17](https://adoptium.net/), [Git](http://git-scm.com/) and [Maven](http://maven.apache.org/).
2. Clone the project (`git clone https://github.com/eckig/graph-editor.git`
3. Import into your favorite IDE
4. Launch it with `maven javafx:run`.