Expand description
Concrete [EditorOverlay] implementation backed by egui + custom wgpu renderer.
This struct manages:
- An [
egui::Context] for UI building (shared withkhora-editor) - An [
egui_winit::State] for input event translation - A custom
EguiWgpuRendererfor rendering egui output with wgpu 28
Structsยง
- Egui
Frame Render State - Render state passed through
end_frame_and_renderas&mut dyn Any. - Egui
Overlay - Egui-based editor overlay implementation.