Crate iced_solstice

Crate iced_solstice 

Source
Expand description

A glow renderer for iced_native.

The native path of the Iced ecosystem

Re-exports§

pub use settings::Settings;

Modules§

settings
Configure a renderer.

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§

Background
The background of some element.
Error
A graphical error that occurred while running an application.
HorizontalAlignment
The horizontal Alignment of some resource.
Length
The strategy used to fill space in a specific dimension.
VerticalAlignment
The vertical Alignment of some resource.

Type Aliases§

Renderer
A glow graphics renderer for iced.