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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

[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.

License:GNU Affero General Public License v3.0


Languages

Language:Python 68.9%Language:JavaScript 17.9%Language:HTML 7.9%Language:CSS 5.3%