setzer22 / egui_node_graph

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

Suggestion: Read-only mode #115

Open corentinguilloteau opened 4 months ago

corentinguilloteau commented 4 months ago

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 to be moved around while preventing the user from editing connections or removing a node.

A use case for this functionality could involve enabling users to modify the values within the nodes of a generated computation flow.

I feel like it could be related to #6 to some extent.