Crate iced_glow

Source
Expand description

A glow renderer for iced_native.

The native path of the Iced ecosystem

Re-exports§

pub use settings::Settings;
pub use glow;

Modules§

alignment
Align and position widgets.
settings
Configure a renderer.
window
Display rendering results on windows.

Structs§

Backend
A glow graphics backend for iced.
Color
A color in the sRGB color space.
Command
A set of asynchronous actions to be performed by some runtime.
Vector
A 2D vector.
Viewport
A viewing region for displaying computer graphics.

Enums§

Alignment
Alignment on the axis of a container.
Background
The background of some element.
Error
An error that occurred while creating an application’s graphical context.
Length
The strategy used to fill space in a specific dimension.
Theme
A built-in theme.

Type Aliases§

Renderer
A glow graphics renderer for iced.