Closed mitchmindtree closed 10 months ago
Closes #8, but rather than using the dot CLI, we use the layout-rs crate's VisualGraph type. Rather than using one of VisualGraph's rendering backends, we use the position information directly to layout the nodes within the egui graph.
dot
layout-rs
VisualGraph
Closes #8, but rather than using the
dot
CLI, we use thelayout-rs
crate'sVisualGraph
type. Rather than using one ofVisualGraph
's rendering backends, we use the position information directly to layout the nodes within the egui graph.