haighcam / egui_nodes

MIT License
108 stars 30 forks source link

Is this maintained? #14

Open Diegovsky opened 1 year ago

theoparis commented 1 year ago

I have been maintaining my own version of this crate here and I am just updating it to egui 0.22.0 now. If you want to use it now you will need something like this in your Cargo.toml. Let me know how it goes 😄

egui_nodes = { git = "https://github.com/theoparis/egui_nodes", rev = "c3367305938c6e3902022b3c35a78f57c5c77e20" }

Also, I noticed the contrast/color of the header text when a node is hovered over makes it hard to read 👀

Diegovsky commented 1 year ago

Thanks, this is awesome :)

svenstaro commented 3 weeks ago

@haighcam friendly ping. If you don't want to maintain this, I suggest declaring this in the README or even archiving the project and perhaps pointing to the fork by @theoparis.