Skip to content

nTerior/GravSim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple newtonian gravitation simulation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published