Crate cosmic::iced_runtime
source · Expand description
A renderer-agnostic native GUI runtime.
iced_runtime
takes iced_core
and builds a native runtime on top of it.
Modules§
- Access the clipboard.
- The core library of Iced.
- Access the clipboard.
- Load and use fonts.
- Asynchronous tasks for GUI programming, inspired by Elm.
- Track keyboard events.
- A multi-window application.
- Overlays for user interfaces.
- Platform specific actions defined for wayland
- Build interactive programs using The Elm Architecture.
- Access the native system.
- Create runtime tasks.
- Implement your own event loop to drive a user interface.
- Build window-based GUI applications.
Structs§
- The appearance of a program.
- A set of concurrent actions to be performed by the iced runtime.
- A set of interactive graphical elements with a specific
Layout
.
Enums§
- An action that the iced runtime can perform.
Traits§
- The default style of a
Program
. - The core of a user interface application following The Elm Architecture.
Functions§
- Creates a
Task
that exits the iced runtime.