N-body simulation using bevy and bigbang crates
Go to file
2020-08-13 00:27:50 -04:00
.cargo Initial commit, working, but w/ transparency issue 2020-08-12 00:53:26 -04:00
assets Update README with controls and new screenshot 2020-08-13 00:27:50 -04:00
src Add camera and reset controls 2020-08-13 00:19:16 -04:00
.gitignore Initial commit, working, but w/ transparency issue 2020-08-12 00:53:26 -04:00
Cargo.lock Initial commit, working, but w/ transparency issue 2020-08-12 00:53:26 -04:00
Cargo.toml Initial commit, working, but w/ transparency issue 2020-08-12 00:53:26 -04:00
README.md Update README with controls and new screenshot 2020-08-13 00:27:50 -04:00

bevy-nbody

An N-body simulation in Rust using the bevy crate for rendering and bigbang crate for the n-body calculations.

screenshot

Controls

key control
R reset the simulation
Left Click hold and move mouse to pan the view
Middle Click hold and move mouse up and down to zoom in and out
Right Click click on a body to focus the camera on that body