flow icon indicating copy to clipboard operation
flow copied to clipboard

Graph generation using a crate

Open andrewdavidmackenzie opened this issue 2 years ago • 5 comments

Instead of a lot of print statements, use a crate for graph creation and then dot file generation.

Something like https://docs.rs/dot/0.1.4/dot/

Or https://github.com/besok/graphviz-rust

Or https://docs.rs/petgraph/latest/petgraph/dot/struct.Dot.html

andrewdavidmackenzie avatar Aug 03 '22 09:08 andrewdavidmackenzie

Maybe remove from the compiler completely and have a separate tool able to create the SVG from a compiled manifest.json

andrewdavidmackenzie avatar Mar 17 '23 17:03 andrewdavidmackenzie

Or try D2 instead of graphviz https://github.com/terrastruct/d2

andrewdavidmackenzie avatar Jul 12 '23 12:07 andrewdavidmackenzie

Or https://gephi.org/

andrewdavidmackenzie avatar Jul 12 '23 12:07 andrewdavidmackenzie

or https://en.wikipedia.org/wiki/Igraph

andrewdavidmackenzie avatar Jul 12 '23 12:07 andrewdavidmackenzie

or https://www.yworks.com/products/yed

andrewdavidmackenzie avatar Jul 12 '23 12:07 andrewdavidmackenzie