render-graph icon indicating copy to clipboard operation
render-graph copied to clipboard

Zooming

Open edeetee opened this issue 3 years ago • 0 comments

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

edeetee avatar Nov 13 '22 10:11 edeetee