Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 768 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 768 Bytes

GravSim

GravSim is a simple 2D newtonian gravitation simulation

Building and running

# 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.

Dependencies

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.

Known issues

  • Not everywhere is begin drawn
  • Somehow undeterministic, random errors