An open API service indexing awesome lists of open source software.

https://github.com/amaranthinecodices/n_body_simulation

A super simple n-body simulation in Rust.
https://github.com/amaranthinecodices/n_body_simulation

Last synced: 12 months ago
JSON representation

A super simple n-body simulation in Rust.

Awesome Lists containing this project

README

          

# n_body_simulation
A super simple n-body simulation I wrote to try to get used to Rust.

## Usage
Clone the repository and run `cargo run`. A window will pop up with four particles. Click anywhere in the window to spawn a particle at the mouse cursor.