dais-ui 0.1.0

UI layer for Dais — egui-based presenter and audience windows
Documentation
1
2
3
4
5
6
7
8
9
10
# dais-ui

`dais-ui` contains the egui-based interface for Dais.

It provides the presenter console, audience display, input handling, display
mode selection, slide grouping editor, and reusable widgets used by the `dais`
application.

This crate is primarily an internal UI layer. Most users should install and run
the `dais` binary crate instead of depending on `dais-ui` directly.