vibe coding an orbital mechanics simulation to try out claude code
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cinnaboot
c76380f569
Fix UI: maneuver status updates, ZII initialization, helper functions for cache checks
|
5 months ago |
| .. |
|
config_loader.cpp
|
fix: Standardize parabolic detection and improve numerical stability
|
5 months ago |
|
config_loader.h
|
create config_validator module and refactor validation logic
|
6 months ago |
|
config_validator.cpp
|
fix: Standardize parabolic detection and improve numerical stability
|
5 months ago |
|
config_validator.h
|
create config_validator module and refactor validation logic
|
6 months ago |
|
main.cpp
|
Implement UIState buffer caching to eliminate per-frame malloc/free calls
|
5 months ago |
|
maneuver.cpp
|
Fix UI buffer caching: remove dead code, use count-based invalidation, fix update bug
|
5 months ago |
|
maneuver.h
|
feat: Add maneuver UI control functions
|
5 months ago |
|
orbital_mechanics.cpp
|
Remove unused solve_kepler_hyperbolic_with_prev() function
|
5 months ago |
|
orbital_mechanics.h
|
Remove unused solve_kepler_hyperbolic_with_prev() function
|
5 months ago |
|
physics.cpp
|
Add 3x3 matrix implementation for orbital rotations
|
5 months ago |
|
physics.h
|
Add simulation type context to RK4 comment
|
5 months ago |
|
renderer.cpp
|
fix: Standardize parabolic detection and improve numerical stability
|
5 months ago |
|
renderer.h
|
Remove unused render_body() function and FIXME comment
|
5 months ago |
|
simulation.cpp
|
Fix UI buffer caching: remove dead code, use count-based invalidation, fix update bug
|
5 months ago |
|
simulation.h
|
Fix UI buffer caching: remove dead code, use count-based invalidation, fix update bug
|
5 months ago |
|
spacecraft.cpp
|
Refactor: Integrate spacecraft into SimulationState
|
6 months ago |
|
spacecraft.h
|
Phase 2: Update data structures with global_position/global_velocity
|
6 months ago |
|
test_utilities.cpp
|
Fix OrbitTracker to handle 3D inclined orbits
|
5 months ago |
|
test_utilities.h
|
Fix OrbitTracker to handle 3D inclined orbits
|
5 months ago |
|
ui_renderer.cpp
|
Fix UI: maneuver status updates, ZII initialization, helper functions for cache checks
|
5 months ago |
|
ui_renderer.h
|
Fix UI: maneuver status updates, ZII initialization, helper functions for cache checks
|
5 months ago |