GravSim is a simple 2D newtonian gravitation simulation
# Clone this repository
git clone https://github.com/cephox/GravSim
# Build the executable
cd GravSim
cmake .
make
# Cleaning up
# This will remove all build files (except the resulting executable)
./clean.sh
The executable file is named gravsim
.
Other libraries (such as Dear ImGui and imgui-sfml) are located in vendor/<library name> and being built on compilation. Their respective Licenses are found in their separate folder.
- Not everywhere is begin drawn
- Somehow undeterministic, random errors