Expand description
egui implementation of [khora_core::ui::AppContext] + the
run_native boot helper.
Standalone tools (the hub) consume this through khora-sdk —
they never import eframe or egui directly.
Structs§
- Egui
AppContext - Wraps the frame’s root
egui::Uito implement [AppContext]. - Window
Config Input - Owned-data window config — mirrors fields of
WindowConfigbut stays inkhora-infraso we don’t drag the platform module definition all the way down tokhora-corefor tool-only use. - Window
Icon Input - RGBA8 pixel buffer + dimensions for the window icon.
Functions§
- run_
native - Boot a tool app on the egui+eframe backend.