Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cjrd/directed-graph-creator
Interactive tool for creating directed graphs
https://github.com/cjrd/directed-graph-creator
Last synced: 5 days ago
JSON representation
Interactive tool for creating directed graphs
- Host: GitHub
- URL: https://github.com/cjrd/directed-graph-creator
- Owner: cjrd
- Created: 2013-10-02T22:33:23.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-04-28T01:06:15.000Z (over 1 year ago)
- Last Synced: 2024-08-01T12:35:41.333Z (3 months ago)
- Language: JavaScript
- Size: 356 KB
- Stars: 283
- Watchers: 14
- Forks: 123
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - cjrd/directed-graph-creator - Interactive tool for creating directed graphs (others)
README
directed-graph-creator
======================Interactive tool for creating directed graphs, created using d3.js.
Demo: http://bl.ocks.org/cjrd/6863459
Operation:
* drag/scroll to translate/zoom the graph
* shift-click on graph to create a node
* shift-click on a node and then drag to another node to connect them with a directed edge
* shift-click on a node to change its title
* click on node or edge and press backspace/delete to deleteRun:
* `python -m SimpleHTTPServer 8000`
* navigate to http://127.0.0.1:8000Github repo is at https://github.com/metacademy/directed-graph-creator
License: MIT/X