irox_egui_extras

Module toolframe

Source
Expand description

Adds a helper App Wrapper called ‘ToolFrame’ that provides a boilerplate tool app for quick bootstrapping of new apps.

Structs§

ToolFrame
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.
ToolFrameOptions

Traits§

ToolApp
Downstream users should implement this trait.