Gravisim
August 11, 2021 ยท View on GitHub

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.
Run in linux with:
$ apt install libghc-sdl2-ttf-dev
$ apt install libsdl2-gfx-dev
$ git clone https://github.com/bcamp1/Gravisim.git
$ cd Gravisim
$ cargo run