logo

Module dx::support::iced

source · []
Expand description

A ux-dx renderer for iced_native.

The native path of the Iced ecosystem

Re-exports

pub use settings::Settings;
pub use widget::*;

Modules

Convert winit types into iced_native types, and viceversa.

Configure a renderer.

Supported themes for iced_native.

Use the widgets supported out-of-the-box.

Display rendering results on windows.

Structs

A glow graphics backend for iced.

A buffer for short-term storage and transfer within and between applications.

A color in the sRGB color space.

A collection of async operations.

Some default styling attributes.

A set of Vertex2D and indices representing a list of triangles.

A 2D vector.

A two-dimensional vertex with some color in linear RGBA.

A viewing region for displaying computer graphics.

Enums

The background of some element.

A graphical error that occurred while running an application.

The horizontal alignment of some resource.

The strategy used to fill space in a specific dimension.

The mode of a window-based application.

A rendering primitive.

The vertical alignment of some resource.

Type Definitions

A ux-dx graphics renderer for iced.