Module irox_egui_extras::toolframe

source ·
Expand description

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

Structs§

  • 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.

Traits§

  • Downstream users should implement this trait.