An open API service indexing awesome lists of open source software.

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

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 delete

Usage
-----

* `python -m SimpleHTTPServer 8000`
* navigate to http://127.0.0.1:8000

License
-------

MIT/X, same as directed-graph-creator.