issues
search
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
Default label value + demo refactor
#191
Closed
blitzarx1
closed
3 months ago
blitzarx1
commented
3 months ago
default label value changed from
id
for nodes and edges to
node <id>
or
edge <id>
extracted drawers and settings into separate modules
id
for nodes and edges tonode <id>
oredge <id>