cosmic

Crate iced_winit

source
Expand description

A windowing shell for Iced, on top of winit.

The native path of the Iced ecosystem

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.

Modules§

Structs§

  • A buffer for short-term storage and transfer within and between applications.
  • An event loop proxy with backpressure that implements Sink.
  • The settings of an application.

Enums§

Traits§

  • An interactive, native, cross-platform, multi-windowed application.

Type Aliases§