Expand description
Interactive ASCII galaxy map using ratatui.
Provides a full-screen TUI map with cursor navigation and zoom drill-down. Three zoom levels: Galaxy → Region → Local.
Modules§
- input
- Crossterm event handling for the interactive map.
- render
- Ratatui rendering for the interactive galaxy map.
- state
- Map state: zoom levels, viewport math, cursor logic.
Functions§
- run_map
- Enter the interactive map, returning when the user exits.