This Javascript library is made for visualizing executions of graph canonicalization algorithms implemented in the GraphCanon library.
The running visualizer can be found here.
Use the --json <file>
argument for the graph-canon
executable
(equivalently, use the log
parameter for the debug visitor in the library),
to produce a log-file suitable for the visualizer.
- Install
npm
in whatever way. - Install dependencies:
npm install
- Build it using
npm run build
. - The site is now in
dist/
, which can be served by your favourite method. E.g., in Python:cd dist/; python3 -m http.server
.