egui_node_graph/egui_node_graph_example
Kamil Koczurek 7cf8181c36 Allow inserting responses in draw_graph_editor
This allows a user to trigger an event externally as if it was created
by UI. For example, to remove a node one just needs to insert a
NodeRespone::DeleteNodeUi. Without this feature one needs to remove the
node from the graph *and* adjust the internal state of GraphEditorState.
2023-05-20 14:36:03 +02:00
..
2023-04-22 16:40:17 +03:00