Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/progval/nxanimate
- Owner: progval
- License: agpl-3.0
- Created: 2016-08-03T09:37:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-11T18:45:44.000Z (about 7 years ago)
- Last Synced: 2024-10-31T14:06:59.435Z (2 months ago)
- Topics: algorithm, debugger, gato, graph, graph-theory, networkx, python, web-application
- Language: Python
- Homepage:
- Size: 107 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.