A simulation of universal gravitation written in Rust_SDL2
It uses Newton's Law for Universal Gravitation to to run an n-body physics simulation.
$ apt install libghc-sdl2-ttf-dev
$ apt install libsdl2-gfx-dev
$ git clone https://github.com/bcamp1/Gravisim.git
$ cd Gravisim
$ cargo run