Module program

Source
Expand description

Create interactive, native cross-platform applications for WGPU.

Structs§

Appearance
The appearance of a program.
State
The state of a multi-windowed Program.

Traits§

DefaultStyle
The default style of a Program.
Program
An interactive, native, cross-platform, multi-windowed application.

Functions§

build_user_interfaces
Build the user interface for every window.
default
The default Appearance of a Program with the built-in iced_core::Theme.
run
Runs a Program with an executor, compositor, and the provided settings.
user_force_quit
Returns true if the provided event should cause a Program to exit.