setzer22 / egui_node_graph

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

Persistence #114

Open Resonanz opened 8 months ago

Resonanz commented 8 months ago

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?

antaalt commented 8 months ago

The persistence feature is implemented in the example in this repo via an optional rust feature , you can check it here. Might be nice to have some more doc about it though