render-graph
render-graph copied to clipboard
Zooming
Need to implement it with a custom egui instance (with a dpi) that renders to a texture then is displayed inside another egui instance with regular UI
Blackjack successfully does this. Good for an example. https://github.com/setzer22/blackjack/blob/main/blackjack_ui/src/application/graph_editor.rs