Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/eckig/graph-editor-demo
- Owner: eckig
- License: epl-1.0
- Created: 2022-11-29T08:24:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T05:25:05.000Z (7 months ago)
- Last Synced: 2024-04-12T13:20:54.106Z (7 months ago)
- Topics: demo, editor, emf, graph, java, javafx, visualization
- Language: Java
- Homepage:
- Size: 200 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.