You can watch our video here.
-
Compile the CMake project.
$ mkdir build $ cd build $ cmake .. -DCMAKE_BUILD_TYPE=Release $ make
-
Run the simulation.
$ ./final
NOTE: The simulation will output images to the current working directory. You can turn these images into a video by running
ffmpeg -framerate 60 -i image%03d.jpg output.mp4