A simple n-body simulator for exploring distributed systems.
Original Author: Richard Vaughan 2013. License: GNU GPL v3 or later (applies to all files in this repo).
Modified to use QuadTrees by Anton Samson. The next iteration makes use of Spatial Hashing and multi-threading and may be pushed after the semester ends.
sudo apt-get install build-essential cmake freeglut3-dev
Optional:
sudo apt-get install libxi-dev libxmu-dev
Needs XCode command-line tools.
[in code directory]
makeThe Make script is a wrapper around CMake.