Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oleksiyrudenko/directed-graph-editor
Directed Graph Prototyping Tool
https://github.com/oleksiyrudenko/directed-graph-editor
editor graph webapp
Last synced: 17 days 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-23T20:07:04.000Z (almost 3 years ago)
- Last Synced: 2024-10-29T20:19:00.798Z (2 months ago)
- Topics: editor, graph, webapp
- Language: JavaScript
- Homepage: https://oleksiyrudenko.github.io/directed-graph-editor
- Size: 3.22 MB
- Stars: 0
- Watchers: 2
- 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