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 c550f318e4 add D_TOL tolerance; tighten physics tests to 1e-12 2 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
maneuver.cpp add TODO about combining code paths for check_maneuver_trigger 3 months ago
maneuver.h Consolidate rendezvous types into orbital_objects.h 3 months ago
orbital_mechanics.cpp Remove redundant calculate_true_anomaly() function 2 months ago
orbital_mechanics.h Remove redundant calculate_true_anomaly() function 2 months ago
orbital_objects.h tests: remove obsolete rendezvous module and tests 3 months ago
physics.cpp remove rk4_step, evaluate_acceleration; move compare_vec3 to physics module 2 months ago
physics.h add refactored physics utilities test file 2 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 resolve burn timing quantization: sub-step interpolation for TRIGGER_TIME, update docs 3 months ago
simulation.h Merge maneuver execution into single spacecraft propagation pass 3 months ago
test_utilities.cpp remove rk4_step, evaluate_acceleration; move compare_vec3 to physics module 2 months ago
test_utilities.h add D_TOL tolerance; tighten physics tests to 1e-12 2 months ago