Expand description
ยงR.E.K.T.A.L. GUI Main Application
Entry point and primary application state for the R.E.K.T.A.L. lighting control GUI.
Handles startup initialization, logger configuration, window icon embedding,
eframe viewport setup, docking tab management, and high-level layout rendering.
Modulesยง
- controller ๐
- Controller Module
- network ๐
- Network Module
- panels ๐
- UI Panels Module
Structsยง
- MyApp
- The main GUI application state structure.
- MyTab
Viewer ๐ - Custom
egui_dock::TabViewerimplementation for rendering docking tabs.
Staticsยง
- UI_
EVENT_ SENDER - Global thread-safe channel sender for dispatching
UiEvents across the application.
Functionsยง
- main ๐
- Application main entry point.
- parse_
args ๐ - Parses CLI command-line arguments to extract an auto-connect target address (
-c,--connect,-conn).