/nbody-rs

NBody simulation written in Rust.

Primary LanguageRustMIT LicenseMIT

nbody-rs

NBody simulation written in Rust.

Building

Install Cargo (Rust's package manager). cd into the root directory of the project and execute

$ cargo build

Run

Same as building, just use

$ cargo run