https://github.com/kb2ma/linger
Lossy network graph library
https://github.com/kb2ma/linger
Last synced: 2 months ago
JSON representation
Lossy network graph library
- Host: GitHub
- URL: https://github.com/kb2ma/linger
- Owner: kb2ma
- Created: 2015-03-25T16:54:13.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-25T16:58:14.000Z (about 10 years ago)
- Last Synced: 2025-01-28T21:46:44.222Z (4 months ago)
- Language: JavaScript
- Size: 258 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Linger
======Lossy network graph tool/library. Presently, Linger is a copy of [directed-graph-creator](https://github.com/cjrd/directed-graph-creator). Eventually, it will be a display tool for network conditions, with interactive placement of nodes. Linger uses D3.js for drawing.
Features
--------* 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 deleteUsage
-----* `python -m SimpleHTTPServer 8000`
* navigate to http://127.0.0.1:8000License
-------MIT/X, same as directed-graph-creator.