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 0e08adbc14 add FIXME to hybrid burn testing 5 months ago
..
informational Add trailing whitespace enforcement with pre-commit hook and document style rule 5 months ago
test_analytical_propagation.cpp Consolidate analytical propagation tests: merge apsides + timesteps 5 months ago
test_analytical_propagation.toml Consolidate analytical propagation tests: merge apsides + timesteps 5 months ago
test_barkers_equation.cpp feat: Implement Barker's equation for parabolic orbit propagation 5 months ago
test_cartesian_to_elements_advanced.cpp Consolidate cartesian tests: merge extreme + quadrature into advanced 5 months ago
test_cartesian_to_elements_basic.cpp Add Newton-Raphson analytical propagation tests 5 months ago
test_cartesian_to_elements_basic.toml Add Newton-Raphson analytical propagation tests 5 months ago
test_energy.cpp reorganize test configs: 1:1 mapping with test files 6 months ago
test_energy.toml reorganize test configs: 1:1 mapping with test files 6 months ago
test_extreme_eccentricity.cpp Fix test_extreme_eccentricity to skip invalid hyperbolic true anomalies 5 months ago
test_extreme_eccentricity.toml Fix test_extreme_eccentricity to skip invalid hyperbolic true anomalies 5 months ago
test_extreme_orientation_mixed.cpp Move 4 toml config files from tests/configs/ to tests/ 5 months ago
test_extreme_orientation_mixed.toml Move 4 toml config files from tests/configs/ to tests/ 5 months ago
test_extreme_timescales.cpp Move 4 toml config files from tests/configs/ to tests/ 5 months ago
test_extreme_timescales.toml Move 4 toml config files from tests/configs/ to tests/ 5 months ago
test_hybrid_burns.cpp add FIXME to hybrid burn testing 5 months ago
test_hybrid_burns.toml Move 4 toml config files from tests/configs/ to tests/ 5 months ago
test_hybrid_energy_conservation.cpp Move 4 toml config files from tests/configs/ to tests/ 5 months ago
test_hybrid_energy_conservation.toml Move 4 toml config files from tests/configs/ to tests/ 5 months ago
test_hyperbolic_orbit.cpp reorganize test configs: 1:1 mapping with test files 6 months ago
test_hyperbolic_orbit.toml reorganize test configs: 1:1 mapping with test files 6 months ago
test_inclined_orbits.cpp Replace cout with INFO macros and remove unused test variables 5 months ago
test_inclined_orbits.toml Add Molniya orbit test cases and document config loader bug 5 months ago
test_integration.cpp Add 3x3 matrix implementation for orbital rotations 5 months ago
test_invalid_parent_assignment.cpp reorganize test configs: 1:1 mapping with test files 6 months ago
test_invalid_parent_assignment.toml reorganize test configs: 1:1 mapping with test files 6 months ago
test_main.cpp Add Catch2 testing and implement RK4 integration 6 months ago
test_maneuver_planning.cpp reorganize test configs: 1:1 mapping with test files 6 months ago
test_maneuver_planning.toml Remove altitude parameter to fix spacecraft initialization bug 5 months ago
test_maneuvers.cpp add test case to verify spacecraft state vectors 6 months ago
test_maneuvers.toml Remove altitude parameter to fix spacecraft initialization bug 5 months ago
test_moon_orbits.cpp reorganize test configs: 1:1 mapping with test files 6 months ago
test_moon_orbits.toml reorganize test configs: 1:1 mapping with test files 6 months ago
test_newton_raphson_convergence.cpp Refactor orbital_mechanics: separate elliptical and hyperbolic Kepler solvers 5 months ago
test_orbit_rendering.cpp Replace cout with INFO macros and remove unused test variables 5 months ago
test_orbit_rendering.toml Remove altitude parameter to fix spacecraft initialization bug 5 months ago
test_orbital_period.cpp fix: render prograde orbits counter-clockwise by removing sign flip 6 months ago
test_orbital_period.toml reorganize test configs: 1:1 mapping with test files 6 months ago
test_parabolic_orbit.cpp reorganize test configs: 1:1 mapping with test files 6 months ago
test_parabolic_orbit.toml reorganize test configs: 1:1 mapping with test files 6 months ago
test_precision_boundaries.cpp Fix test_precision_boundaries: remove incorrect Z-coordinate check for polar orbit 5 months ago
test_precision_boundaries.toml Add Newton-Raphson analytical propagation tests 5 months ago
test_root_body_transitions.cpp reorganize test configs: 1:1 mapping with test files 6 months ago
test_root_body_transitions.toml reorganize test configs: 1:1 mapping with test files 6 months ago
test_soi_transition.cpp reorganize test configs: 1:1 mapping with test files 6 months ago
test_soi_transition.toml reorganize test configs: 1:1 mapping with test files 6 months ago