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

add update_display_from_props methods to Node and Edge #173

Closed XertroV closed 3 months ago

XertroV commented 9 months ago

This avoids cloning props unnecessarily.

Related to #172

blitzarx1 commented 3 months ago

Thanks! This coul be reasonable, but while we do no have stable api, I would avoid merging this.