This is my attempt at implementing something like the system mentioned in this tweet.
SFML for rendering and window.
Boost Filesystem for checking for existing files in the image output directory.
Eigen3 for some code that doesn't do anything yet, but will do soon.
Try the following keys:
- r to regerate with next seed
- shiftr to regenerate with previous seed
- t to plot the trajectories (default)
- g to plot the gravitational field
- s to save image to disk
- q to quit
mkdir build
cd build
cmake ..
cmake --build .