Ax9D / pw-viz

Pipewire graph editor written in Rust. WIP⚠️
GNU General Public License v3.0
230 stars 14 forks source link

Using `egui_node_graph` vs `egui_nodes` #22

Open mkrasnitski opened 2 years ago

mkrasnitski commented 2 years ago

Recently, the developers of Blackjack, a 3D modelling app, have released their egui node graph implementation as a crate. It might be worth considering if its better for our use-case versus the existing fork of egui_nodes.