conrod
conrod copied to clipboard
Is it possible to use conrod in retained mode?
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.