setzer22 / egui_node_graph

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

Add "CreatedNode" NodeResponse #3

Closed jorgeja closed 2 years ago

jorgeja commented 2 years ago

I was just messing around with your example and it looks really cool! For my intended use case I need to keep some external data structure up to date with your graph editor. For this use case a "CreatedNode(NodeId)" NodeResponse would be beneficial. Just tried to clone the repo and add it myself, and that was really simple :)

setzer22 commented 2 years ago

Sounds like a good idea!

Just tried to clone the repo and add it myself, and that was really simple :)

Would you like to submit a PR? I think this would be a good contribution

setzer22 commented 2 years ago

Implemented by @jorgeja in #5 (thanks! :tada:)