The title says most of what I want to say, I just made it because I thought it was really cool and wanted to share it in case some people think it was interesting. It’s mostly made of spaghetti code but it’s functional
Moving around randomly (note there is a small bug with the camera that spins it around sometimes, I know how to fix it, I just haven’t yet)
Orbits, While very unstable, can actually work. (It’s very unstable because I have the gravity calculation linked to the frame count, so if my fps drops, gravity drops, but it’s fixable)
I put a slit into the sphere, Complex geometry works with this
Also, It’s completely possible to add the possibility of multiple gravitational objects, so I might do that next.