Skip to content

jakobandersen/graph_canon_vis

Repository files navigation

GraphCanon Visualizer

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.

Installation

  1. Install npm in whatever way.
  2. Install dependencies: npm install
  3. Build it using npm run build.
  4. The site is now in dist/, which can be served by your favourite method. E.g., in Python: cd dist/; python3 -m http.server.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published