Module renderer

Source
Available on crate feature advanced only.
Expand description

Write your own renderer.

Structs§

Quad
A polygon with four sides.
Style
The styling attributes of a Renderer.

Traits§

Headless
A headless renderer is a renderer that can render offscreen without a window nor a compositor.
Renderer
A component that can be used by widgets to draw themselves on a screen.