Crate hephae_ui

Source
Expand description

§hephae-ui

Hephae’s UI module, powered by Taffy.

Modules§

measure
Defines UI leaf node measurers.
node
Defines everything related to UI tree computations.
prelude
Common imports for hephae-ui.
root
Defines UI root components.
style
Defines everything necessary to style a Ui node.

Structs§

UiMeasurePlugin
Configures a custom UI leaf node measurer.
UiPlugin
Configures Hephae UI in your application. Pass additional user-defined leaf node measurers and UI roots as pleased.
UiRootPlugin
Configures a custom UI root component.

Enums§

HephaeUiSystems
Labels for systems added by Hephae UI.

Traits§

MeasureConf
Measures you can pass to UiPlugin to conveniently configure them in one go.
RootConf
UiRoots you can pass to UiPlugin to conveniently configure them in one go.