Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 266 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 266 Bytes

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.