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 22727bbe22 Merge maneuver execution into single spacecraft propagation pass 3 months ago
..
config_loader.cpp Implement exact position burn execution for true anomaly triggers 5 months ago
config_loader.h Consolidate rendezvous types into orbital_objects.h 3 months ago
config_validator.cpp fix: Standardize parabolic detection and improve numerical stability 5 months ago
config_validator.h Consolidate rendezvous types into orbital_objects.h 3 months ago
main.cpp set inital sim speed to 1.0 5 months ago
maneuver.cpp Replace per-frame propagation probe with analytical mean anomaly delta 3 months ago
maneuver.h Consolidate rendezvous types into orbital_objects.h 3 months ago
orbital_mechanics.cpp src: fix cartesian_to_orbital_elements for coplanar orbits 3 months ago
orbital_mechanics.h Fix periapsis burn execution location and omega calculation 5 months ago
orbital_objects.h tests: remove obsolete rendezvous module and tests 3 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 Consolidate rendezvous types into orbital_objects.h 3 months ago
rendezvous.cpp refactor: rename rendezvous_hohmann to rendezvous 3 months ago
rendezvous.h refactor: rename rendezvous_hohmann to rendezvous 3 months ago
simulation.cpp Merge maneuver execution into single spacecraft propagation pass 3 months ago
simulation.h Merge maneuver execution into single spacecraft propagation pass 3 months ago
test_utilities.cpp src: add dump_simulation_state test utility 3 months ago
test_utilities.h src: add dump_simulation_state test utility 3 months ago
ui_renderer.cpp Consolidate rendezvous types into orbital_objects.h 3 months ago
ui_renderer.h Fix UI: maneuver status updates, ZII initialization, helper functions for cache checks 5 months ago