blitzarx1 / egui_graphs

Interactive graph visualization widget for rust powered by egui and petgraph
https://docs.rs/crate/egui_graphs
MIT License
417 stars 30 forks source link

Update nodes before drawing edges #174

Closed XertroV closed 3 months ago

XertroV commented 9 months ago

This PR includes #173 for convenience, though you might not want this so I made them separate PRs.

Fixes #172 so the user doesn't need to call update_display_from_props when adding a node.

blitzarx1 commented 3 months ago

I am not sure what problem are you solving here?