PistonDevelopers / conrod

An easy-to-use, 2D GUI library written entirely in Rust.
Other
3.35k stars 296 forks source link

Is it possible to use conrod in retained mode? #1449

Open danielkeller opened 2 years ago

danielkeller commented 2 years ago

Conrod's description states that it's an immediate-mode wrapper over a retained-mode UI. Is it possible to use it in retained mode? That is, create the UI once, then query it for events, update widgets by their id, and so on.