Module iced_winit::application[][src]

Create interactive, native cross-platform applications.

Structs

State

The state of a windowed Application.

Traits

Application

An interactive, native cross-platform application.

Functions

build_user_interface

Builds a UserInterface for the provided Application, logging Debug information accordingly.

requests_exit

Returns true if the provided event should cause an Application to exit.

run

Runs an Application with an executor, compositor, and the provided settings.

update

Updates an Application by feeding it the provided messages, spawning any resulting Command, and tracking its Subscription.