This commit is contained in:
Tyler Hallada 2020-08-12 01:07:11 -04:00
parent 9fa273dea9
commit a01f6e711c

View File

@ -1,5 +1,5 @@
# bevy-nbody # bevy-nbody
An N-body simulation in Rust using the [bevy](https://bevyengine.org) crate for rendering and [bignang](https://docs.rs/bigbang/0.0.9/bigbang/) crate for the n-body calculations. An N-body simulation in Rust using the [bevy](https://bevyengine.org) crate for rendering and [bigbang](https://docs.rs/bigbang/0.0.9/bigbang/) crate for the n-body calculations.
![screenshot](assets/nbody.png) ![screenshot](assets/nbody.png)