Constellation
N-body simulation.
Quickstart
Clone the repository and change into the directory:
git clone https://github.com/FreddyWordingham/Constellation
cd Constellation
Compile the code:
cargo build --release -- -n 1000 -radius 1e6

N-body simulation.
Clone the repository and change into the directory:
git clone https://github.com/FreddyWordingham/Constellation
cd Constellation
Compile the code:
cargo build --release -- -n 1000 -radius 1e6
