setzer22 / egui_node_graph

Build your node graph applications in Rust, using egui
MIT License
711 stars 132 forks source link

Would be nice with an example using Bevy and bevy-egui together with this project #67

Open TheKnarf opened 1 year ago

setzer22 commented 1 year ago

Hey, thanks for reaching! There was a very similar issue in #64 recently, but we can keep this one since the other was closed.

I don't have time to work on a bevy example at this time, but I'd be happy if someone wants to contribute one!

Still, for what it's worth, adding this library on a bevy-egui project shouldn't have any substantial differences from what you can see on the official example. The only thing this library requires is an egui::Context, which you can get from the bevy integration. The rest of the code should be the same as in the example.