Skip to content

[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

Notifications You must be signed in to change notification settings

progval/NxAnimate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages