Skip to main content

Module ui

Module ui 

Source
Expand description

UI module for autom8.

This module consolidates both GUI and TUI interfaces under a single namespace, with shared data structures and logic in the shared submodule.

§Submodules

  • gui - Native GUI using eframe/egui
  • tui - Terminal UI using ratatui
  • shared - Shared data types and loading logic

Modules§

gui
Native GUI module for autom8.
shared
Shared data types and logic for UI modules.
tui
Monitor TUI - A standalone terminal UI for monitoring autom8 activity.