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 5eb3a84473 feat: Implement Barker's equation for parabolic orbit propagation 5 months ago
..
informational Add trailing whitespace enforcement with pre-commit hook and document style rule 5 months ago
test_analytical_propagation_apsides.cpp Fix test_analytical_propagation_apsides: measure velocity at different anomaly 5 months ago
test_analytical_propagation_apsides.toml Add Newton-Raphson analytical propagation tests 5 months ago
test_analytical_propagation_timesteps.cpp Fix test_analytical_propagation_timesteps: tolerance, division by zero, and 2π wrapping 5 months ago
test_analytical_propagation_timesteps.toml Add Newton-Raphson analytical propagation tests 5 months ago
test_barkers_equation.cpp feat: Implement Barker's equation for parabolic orbit propagation 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_cartesian_to_elements_extreme.cpp test: Tighten eccentricity tolerances for parabolic boundary cases 5 months ago
test_cartesian_to_elements_quadrature.cpp fix: Update test expectations for normalized true_anomaly values 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_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