Skip to main content

Module app

Module app 

Source
Expand description

Top-level eframe application and window lifecycle.

Manages the presentation engine, document source, page cache, and both presenter and audience windows. Rendering is offloaded to a background pipeline so the UI thread never blocks on hayro.

Structs§

DaisApp
The main Dais application, implementing eframe::App.