mitchmindtree / egui_graph

A graph editor widget for the egui library.
MIT License
12 stars 5 forks source link

Add support for automated layout of graph nodes using layout-rs #9

Closed mitchmindtree closed 10 months ago

mitchmindtree commented 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.