I am going to teach some simple orbital dynamics to high school students in summer.
The students are going to implement the gravitational forces and some sort of time integration (simple explicit or implicit euler) by themselves.
Also, we want to include some rockets designs with simplified thrust models and weight loss. So that is mostly their learning part.
Is there a easy way to use Makie as some 3D viewer where one can maybe change the perspective and navigate in space?
Frankly I am a bit overwhelmed about all the options so I’d be very happy about any hints to visualize this.
You can also try to make a small interactive plot with GLMakie like this.
Note that I just made a quick example so it is not consistent with astrodynamics.