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§
- Default
Style - 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 aProgram
with the built-iniced_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.