Re-exports§
pub use chargrid_input as input;pub use rgb_int;
Modules§
Macros§
Structs§
- Bounding
Box - Boxed
Component - A wrapper of
Componentimplementation which erases its specific by placing it inside aBox - Ctx
- Frame
Buffer - Frame
Buffer Cell - ICoord
- General purpose icoordinate
- Render
Cell - Rgba32
- Style
- TintDim
- Tint
DynCompose - Tint
Identity - UCoord
Enums§
Traits§
- Component
- A tick-based UI element which can be rendered, respond to events, and yield values. Typically,
a component will be re-rendered (via its
rendermethod) each frame. Each time an input event occurs, a component may update its internal state or its external state (theStatetype). Additionally, in response to an input, a component yields a value (theOutputtype). - Tint