egui_node_graph
egui_node_graph copied to clipboard
give example the ability to zoom in/out and scroll side to side
idk how to do this so i think it should be documented how to do it
As for panning, see the member pan_zoom
of GraphEditorState
.
Unlike the name suggests, though, zoom does not seem to be supported natively: https://github.com/setzer22/egui_node_graph/issues/53