Expand description
A windowing shell for Iced, on top of winit
.
iced_winit
offers some convenient abstractions on top of iced_runtime
to quickstart development when using winit
.
It exposes a renderer-agnostic Program
trait that can be implemented
and then run with a simple call. The use of this trait is optional.
Additionally, a conversion
module is available for users that decide to
implement a custom event loop.
Re-exports§
pub use clipboard::Clipboard;
pub use settings::Settings;
pub use program::Program;
program
pub use iced_graphics as graphics;
pub use iced_runtime as runtime;
pub use iced_runtime::core;
pub use iced_runtime::futures;
pub use winit;
Modules§
- Access the clipboard.
- Convert
winit
types intoiced_runtime
types, and viceversa. - program
program
Create interactive, native cross-platform applications for WGPU. - Configure your application.
- system
system
Access the native system.
Structs§
- An event loop proxy with backpressure that implements
Sink
.
Enums§
- An error that occurred while running an application.