Crate nannou_egui

Crate nannou_egui 

Source

Re-exports§

pub use egui;
pub use egui_wgpu;

Modules§

color_picker
Color picker widgets.

Structs§

Egui
All egui-related state for a single window.
FrameCtx
A wrapper around a CtxRef on which begin_frame was called.
Input
Tracking user and application event input.
Renderer
A wrapper around all necessary state for rendering a Egui to a single texture (often a window texture).