Expand description
Platform-agnostic render commands for orbital visualization.
Implements the command pattern for rendering, allowing the same simulation to be displayed on TUI (ratatui) or WASM (Canvas/WebGL).
§References
[19] Gamma et al., “Design Patterns,” 1994.
Structs§
- Body
Appearance - Body appearance configuration.
- Camera
- Camera/view configuration.
- Color
- RGBA color representation.
- Orbit
Trail - Orbit trail for visualizing past positions.
- Render
Config - Renderer configuration.
Enums§
- Render
Command - Platform-agnostic render command.
Functions§
- render_
state - Generate render commands from simulation state.