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
Appearanceof aProgramwith the built-iniced_core::Theme. - run
- Runs a
Programwith an executor, compositor, and the provided settings. - user_
force_ quit - Returns true if the provided event should cause a
Programto exit.