egui_node_graph icon indicating copy to clipboard operation
egui_node_graph copied to clipboard

Build your node graph applications in Rust, using egui

Results 42 egui_node_graph issues
Sort by recently updated
recently updated
newest added

Right now, the node graph can always be edited by the user. I think a read-only mode could be a nice feature to have. I could for example allow nodes...

It would be helpful to know how to use the "persistence" feature. I presume it uses serde to store state to persistence storage, but how to use it?