Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/progval/nxanimate

[Work in progress] Shows a simple Python debugger and a graph side-by-side, to illustrate the behavior of a graph algorithm, for educational purposes. Like Gato, but based on NetworkX.
https://github.com/progval/nxanimate

algorithm debugger gato graph graph-theory networkx python web-application

Last synced: 23 days ago
JSON representation

[Work in progress] Shows a simple Python debugger and a graph side-by-side, to illustrate the behavior of a graph algorithm, for educational purposes. Like Gato, but based on NetworkX.

Awesome Lists containing this project

README

        

# NxAnimate
Graph algorithms animation tool. Like Gato, but based on NetworkX.

## How to test

1. Install Python 3 (and pip, if not included)
2. `pip3 install --user networkx ws4py cherrypy`
3. `python3 -m nxanimate`
4. Open http://127.0.0.1:8080/ in your browser.