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
11
12
13
//! Reusable UI widgets.

pub mod help_overlay;
pub mod ink_canvas;
pub mod slide_thumbnail;
pub mod text_box_canvas;
pub mod toast;

pub use help_overlay::HelpOverlay;
pub use ink_canvas::draw_ink_strokes;
pub use slide_thumbnail::SlideThumbnail;
pub use text_box_canvas::{TextBoxTextureCache, draw_text_boxes};
pub use toast::ToastManager;