ZH version is available. Content is displayed in original English for accuracy.
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

Discussion (34 Comments)Read Original on HackerNews
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.
> 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.
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.
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.
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...
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...
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!
(I thought the same: suspecting it's a kind of crossfade between accreting bodies and finished Earth.)
I also think Saturn's rings don't wobble that fast.
[1]https://github.com/hannorein/rebound
In any case, nice visualization.
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
* https://www.youtube.com/@DrBecky/videos
If the sim were instead centered on the free space (the top half of the screen) it’d be perfect.
How are you handling relativistic effects in the N-body simulation?
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)
* https://www.youtube.com/watch?v=8yhk1EZq9tY
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.