Crate runtime

Expand description

A renderer-agnostic native GUI runtime.

The native path of the Iced ecosystem

iced_runtime takes iced_core and builds a native runtime on top of it.

Modules§

clipboard
Access the clipboard.
dnd
Access the clipboard.
font
Load and use fonts.
image
Allocate images explicitly to control presentation.
keyboard
Track keyboard events.
platform_specific
Platform specific actions defined for wayland
system
Access the native system.
task
Create runtime tasks.
user_interface
Implement your own event loop to drive a user interface.
widget
Operate on widgets and query them at runtime.
window
Build window-based GUI applications.

Structs§

Appearance
The appearance of a program.
Task
A set of concurrent actions to be performed by the iced runtime.
UserInterface
A set of interactive graphical elements with a specific Layout.

Enums§

Action
An action that the iced runtime can perform.

Traits§

DefaultStyle
The default style of a [Program].
Window
A window managed by iced.

Functions§

default
The default Appearance of a [Program] with the built-in iced_core::Theme.
exit
Creates a Task that exits the iced runtime.