Home

Awesome

Gravisim

gravisim-preview

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:

<code>$ apt install libghc-sdl2-ttf-dev</code>

<code>$ apt install libsdl2-gfx-dev</code>

<code>$ git clone https://github.com/bcamp1/Gravisim.git</code>

<code>$ cd Gravisim</code>

<code>$ cargo run</code>