Expand description
Adds a helper App Wrapper called ‘ToolFrame’ that provides a boilerplate tool app for quick bootstrapping of new apps.
Structs§
- Tool
Frame - A ‘ToolFrame’ is a egui App that provides a basic Menu bar, Bottom Status Bar, and pre-fills it with some utilities like the Style UI, and rendering statistics.
- Tool
Frame Options
Traits§
- ToolApp
- Downstream users should implement this trait.