Re-exports§
pub use color::Color;
Modules§
- accessibility
- accessibility_
native - Native platform accessibility via AccessKit.
- align
- built_
in_ shaders - color
- elements
- engine
- Pure Rust implementation of the Ply layout engine. A UI layout engine inspired by Clay.
- id
- layout
- math
- net
- prelude
- The Ply prelude — a single import for everything you need.
- render_
commands - renderer
- shader_
build - shaders
- text
- text_
input - text_
styling
Macros§
- fit
- Shorthand macro for
Sizing::Fit. Defaults max tof32::MAXif omitted. - fixed
- Shorthand macro for
Sizing::Fixed. - grow
- Shorthand macro for
Sizing::Grow. Defaults max tof32::MAXif omitted. - percent
- Shorthand macro for
Sizing::Percent. The value has to be in range0.0..=1.0.
Structs§
- Element
Builder - Builder for creating elements with closure-based syntax.
Methods return
selfby value for chaining. Finalize with.children()or.empty(). - Ply
- Ui