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.
- Host: GitHub
- URL: https://github.com/amaranthinecodices/n_body_simulation
- Owner: AmaranthineCodices
- License: mit
- Created: 2018-02-16T14:41:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-16T14:41:39.000Z (over 8 years ago)
- Last Synced: 2025-03-17T23:56:42.983Z (over 1 year ago)
- Language: Rust
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.