McRogueFace/tests/geometry_demo/screens
John McCardle 198686cba9 feat: Add geometry module demo system for orbital mechanics
Creates comprehensive visual demonstrations of the geometry module:

Static demos:
- Bresenham algorithms: circle/line rasterization on grid cells
- Angle calculations: line elements showing angles between points,
  waypoint viability with angle thresholds, orbit exit headings
- Pathfinding: planets with surfaces and orbit rings, optimal
  path using orbital slingshots vs direct path comparison

Animated demos:
- Solar system: planets orbiting star with discrete time steps,
  nested moon orbit, position updates every second
- Pathfinding through moving system: ship navigates to target
  using orbital intercepts, anticipating planetary motion

Includes 5 screenshot outputs demonstrating each feature.

Run: ./mcrogueface --headless --exec tests/geometry_demo/geometry_main.py
Interactive: ./mcrogueface tests/geometry_demo/geometry_main.py

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-26 00:46:38 -05:00
..
__init__.py feat: Add geometry module demo system for orbital mechanics 2025-11-26 00:46:38 -05:00
angle_lines_demo.py feat: Add geometry module demo system for orbital mechanics 2025-11-26 00:46:38 -05:00
base.py feat: Add geometry module demo system for orbital mechanics 2025-11-26 00:46:38 -05:00
bresenham_demo.py feat: Add geometry module demo system for orbital mechanics 2025-11-26 00:46:38 -05:00
pathfinding_animated_demo.py feat: Add geometry module demo system for orbital mechanics 2025-11-26 00:46:38 -05:00
pathfinding_static_demo.py feat: Add geometry module demo system for orbital mechanics 2025-11-26 00:46:38 -05:00
solar_system_demo.py feat: Add geometry module demo system for orbital mechanics 2025-11-26 00:46:38 -05:00