How would i go about creating a real time solar system showcase where planned follow there elliptical orbits at a customizable time ratio, with them being at there correct position relative to there irl counterparts when on 1:1 time ratio?
1 Like
youre going to have to use API to get the planetary positions
take for example this one: https://astrology-api.io/p/planetary-positions
1 Like
You could alternatively calculate it mathematically but with less precision, without actual data needed from an API: https://ssd.jpl.nasa.gov/planets/approx_pos.html
There’s a tutorial for this: