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 1c59da8c41 Remove headless mode and legacy test documentation: simplify main.cpp, update README with Testing section, delete obsolete test_verification.md, remove test-manual target from Makefile 6 months ago
..
bodies.cpp Fix SOI calculation and orbit direction bugs 6 months ago
bodies.h Refactor orbital elements to reusable code and track SOI transitions 6 months ago
config_loader.cpp fix whitespace in config_loader.cpp 6 months ago
config_loader.h Migrate config system from space-separated to TOML format 6 months ago
main.cpp Remove headless mode and legacy test documentation: simplify main.cpp, update README with Testing section, delete obsolete test_verification.md, remove test-manual target from Makefile 6 months ago
physics.cpp review and remove the old euler integration code 6 months ago
physics.h review and remove the old euler integration code 6 months ago
renderer.cpp Add dynamic orbital rendering with hyperbolic/parabolic support 6 months ago
renderer.h Initial commit 6 months ago
test_utilities.cpp Add Catch2 testing and implement RK4 integration 6 months ago
test_utilities.h Add Catch2 testing and implement RK4 integration 6 months ago