Show HN: Gravity – interactive solar-system simulator, from Newton to Einstein
Posted by qunabu 11 hours ago
Just for fun and self education, I've built this over a weekend to teach myself why orbits exist, not just show planets going around. Something that was never clearly explain to me in school. It opens with a guided tour that builds the idea up step by step: two bodies and the equal/opposite force, inertia (the Sun is removed and Earth just drifts straight), then "an orbit is falling and continuously missing," cosmic velocities with a little rocket, Voyager 1 & 2's real gravity assists (the clock runs the actual 1977–1989 dates so the planets orbit into their grand-tour alignment and the slingshots line up), and it ends on Einstein — gravity as curved spacetime, the classic rubber-sheet well. What's real: every body uses its real radius/mass and J2000 orbital elements; positions come from solving Kepler's equation each frame. You can toggle to an N-body mode (symplectic leapfrog) that shows live energy drift (~1e-6%) so you can see the integrator is honest. The only thing faked is scale — at true scale you can't see anything — so there's a toggle between true scale and a log-remapped "visual" scale, with physics always running in real AU. Tech: TypeScript + Three.js + Vite, fully client-side, no backend, works offline (surface textures are generated procedurally from value-noise; only Earth uses a real image). Source: https://github.com/qunabu/Gravity
Happy to answer questions — and feedback on the physics or the explanations is very welcome. This project might be totally inaccurate in terms of real physics, this is how i do understand this on my own - i'm happy to confront this with reality
Comments
Comment by nerdsniper 30 minutes ago
Comment by rfgplk 8 hours ago
I don't like the explicit split of Newtonian and relativistic gravity, this is often how it's presented in educational content, but it creates too much confusion; for instance it gives the illusion that they are somehow separate theories even though Newtonian gravity is a limiting case of Einsteinian gravity when v << c and gravitational fields are weak (see Poissons eq for Newtons gravitational potential.
Lastly, you should consider rendering spacetime similar to Alessandro Roussels spacetime visualization https://www.youtube.com/watch?v=wrwgIjBUYVc; probably the best and most innovative one I've seen.
Comment by jrflo 7 hours ago
Comment by SamBam 1 hour ago
> Earth turns once every 23 h 56 min (one sidereal day) about an axis tilted 23.4° (the blue line). That spin gives us day and night; the tilt gives us the seasons.
Nothing in step 14 to me implies s procession of the axis.
Comment by nonethewiser 6 hours ago
Reading stuff like this always makes me think "well that is fortunate." Of course there is survivorship bias so its not exactly surprising. But it also makes me wonder what could change the status quo.
I guess these are the things that could change it:
- suns becomes lighter (earth shoots into space)
- earth accelerates (earth shoots into space)
- sun becomes heavier (earth falls into sun)
- earth decelerates (earth falls into sun)
I guess in theory some large interstellar object could pass to close too earth and fling us off into space or into the sun.
Comment by SamBam 47 minutes ago
In fact, though, if you've ever played any game with orbiting mechanics you'd see that it's extremely difficult to get out of orbit if you're in orbit. Going faster simply increases the size of your orbit, and going slower simply shrinks it.
Note that no space program has ever managed (or tried) to send an object into the sun. We're already starting off with such a high orbital velocity, 30km/s, that we'd need to send a rocket backwards at nearly that speed just to slow it down enough to make it crash into the sun. That would require massively more energy than anything we've ever done before.
Comment by matja 6 hours ago
I think that was one of the arguments of the Anthropic principle [1], that there doesn't appear to be any reason why there are 3 spatial dimensions and 1 time dimension, or why the fundamental constants are what they are - but if they weren't then there wouldn't be anyone to exist to say "well that is fortunate".
[1] https://en.wikipedia.org/wiki/Anthropic_principle#Dimensions...
Comment by nonethewiser 5 hours ago
Comment by jumploops 2 hours ago
It'd be awesome to scale this up to the Milk Way, and beyond, watching everything move in relation to larger time scales.
[0]https://astrorhysy.blogspot.com/2015/03/and-yet-it-moves-qui...
Comment by qunabu 6 hours ago
Comment by qunabu 2 hours ago
Comment by Invictus1001 1 hour ago
Comment by VikingCoder 9 hours ago
I did laugh at how the Gravity built the Earth, with a tiny North America and all, and then as more mass was accumulated, North America got to get bigger and bigger and bigger!
Comment by JKCalhoun 7 hours ago
(I thought the same: suspecting it's a kind of crossfade between accreting bodies and finished Earth.)
Comment by xixixao 3 hours ago
I also think Saturn's rings don't wobble that fast.
Comment by kmaitreys 6 hours ago
Comment by ziofill 7 hours ago
Comment by BigTuna 9 hours ago
Comment by Iolaum 9 hours ago
In any case, nice visualization.
Comment by em-bee 7 hours ago
Comment by ck2 8 hours ago
there is also likely a planet that passed through and yanked away a lot of debris, most of the simulations for tilt etc. don't work without the mystery missing planet
I could watch PBS Space Time all day for that kind of stuff, often do letting it play in the background on repeat, so much better than the news
* https://www.youtube.com/@pbsspacetime/search?query=planets
Dr. Becky is also awesome
Comment by stevenalowe 10 hours ago
Comment by qunabu 9 hours ago
Comment by qunabu 9 hours ago
Comment by iainmerrick 9 hours ago
If the sim were instead centered on the free space (the top half of the screen) it’d be perfect.
Comment by qunabu 9 hours ago
Comment by Brendinooo 9 hours ago
Comment by genpfault 9 hours ago
How are you handling relativistic effects in the N-body simulation?
Comment by qunabu 9 hours ago
Comment by ThrowawayTestr 2 hours ago
Comment by ck2 8 hours ago
no computers, no calculators, barely working telescopes looking at the moons orbiting Jupiter
(don't be limited by episode title, lots of amazing astrophysics in there)
Comment by TheOtherHobbes 1 hour ago
https://descanso.jpl.nasa.gov/monograph/series2/Descanso2_S0...
Basically pages and pages of differential equations, either modelled analytically or approximated (as accurately as possible) with Chebyshev polynomials.
Aside from the basic Kepler orbits, everything influences everything else. This doesn't make much of a different in the short term, but space is biiiiig and it doesn't take much for tiny influences to have a measurable effect.
There's a slightly simpler introduction to detailed perturbative planetary orbit calculations in Feynman's Lectures on Physics.
FWIW the solar system isn't unconditionally stable. Even without wandering visitors, there's a small chance Mercury might drift outwards and collide with one of the other Inners in the next few billion years.
Comment by sameersri2004 3 hours ago
Comment by Xotic007 4 hours ago
Comment by cdogukank 8 hours ago