Add youtube link to README

This commit is contained in:
Tyler Hallada 2020-08-13 01:11:18 -04:00
parent 9d385a3cd4
commit 62b212a7a6

View File

@ -3,6 +3,7 @@
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)
[youtube video](https://youtu.be/7_NheElcuu8)
## Install