Skip to main content

Crate ply_engine

Crate ply_engine 

Source

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 to f32::MAX if omitted.
fixed
Shorthand macro for Sizing::Fixed.
grow
Shorthand macro for Sizing::Grow. Defaults max to f32::MAX if omitted.
percent
Shorthand macro for Sizing::Percent. The value has to be in range 0.0..=1.0.

Structs§

ElementBuilder
Builder for creating elements with closure-based syntax. Methods return self by value for chaining. Finalize with .children() or .empty().
Ply
Ui