McRogueFace/tests/geometry_demo/screens
John McCardle 51e96c0c6b fix: Refine geometry demos for 1024x768 and fix animations
- Fix timer restart when switching between animated demo scenes
- Update all demos from 800x600 to 1024x768 resolution
- Add screen_angle_between() for correct arc angles in screen coords
- Fix arc directions by accounting for screen Y inversion
- Reposition labels to avoid text overlaps
- Shift solar system center down to prevent moon orbit overflow
- Reposition ship/target in pathfinding demo to avoid sun clipping
- Scale menu screen to fill 1024x768 with wider buttons
- Regenerate all demo screenshots

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-26 04:54:13 -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 fix: Refine geometry demos for 1024x768 and fix animations 2025-11-26 04:54:13 -05:00
base.py fix: Refine geometry demos for 1024x768 and fix animations 2025-11-26 04:54:13 -05:00
bresenham_demo.py fix: Refine geometry demos for 1024x768 and fix animations 2025-11-26 04:54:13 -05:00
pathfinding_animated_demo.py fix: Refine geometry demos for 1024x768 and fix animations 2025-11-26 04:54:13 -05:00
pathfinding_static_demo.py fix: Refine geometry demos for 1024x768 and fix animations 2025-11-26 04:54:13 -05:00
solar_system_demo.py fix: Refine geometry demos for 1024x768 and fix animations 2025-11-26 04:54:13 -05:00