Closed JoshuaBatty closed 2 months ago
Sync demo's selection HashSet<NodeIndex> with egui_graph crate's selection logic. The selection logic in the demo now doesn't need reimplementing and can just be derived.
HashSet<NodeIndex>
Nice, just updated it to expose as is_node_selected method.
is_node_selected
Sync demo's selection
HashSet<NodeIndex>
with egui_graph crate's selection logic. The selection logic in the demo now doesn't need reimplementing and can just be derived.