https://github.com/oleksiyrudenko/directed-graph-editor
Directed Graph Prototyping Tool
https://github.com/oleksiyrudenko/directed-graph-editor
editor graph webapp
Last synced: about 1 month ago
JSON representation
Directed Graph Prototyping Tool
- Host: GitHub
- URL: https://github.com/oleksiyrudenko/directed-graph-editor
- Owner: OleksiyRudenko
- License: mit
- Created: 2022-01-14T14:06:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-23T20:07:04.000Z (over 3 years ago)
- Last Synced: 2025-04-04T04:15:41.452Z (3 months ago)
- Topics: editor, graph, webapp
- Language: JavaScript
- Homepage: https://oleksiyrudenko.github.io/directed-graph-editor
- Size: 3.22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Directed Graph Editor
An interactive tool for directed graph prototyping.
[Try it](https://oleksiyrudenko.github.io/directed-graph-editor)
Uses [react-direct-graph](https://github.com/lempiy/react-direct-graph)
by [Anton Lempiy](https://github.com/lempiy).In fact, this app is Anton's direct graph editor demo
with moderate steroids added.## Features
- General
- [x] Presets (empty, basic, rich)
- [x] Save and load saved graphs (browser local storage)
- [ ] Toggle chart / JSON graph representation
- [ ] Toggle controls for touch UI
- Node
- [x] Create orphaned root node
- [x] Insert node on edge
- [x] Remove node
- [x] Edit label
- [x] Set connection from
- [x] Set connection to
- Edge
- [x] See node set connection from/to
- [x] Remove edge
- [x] Discard edge creation