Add disclaimer to README

This repo is now linked pretty prominently on awesome-bevy 👀
This commit is contained in:
Tyler Hallada 2020-10-31 15:45:01 -04:00 committed by GitHub
parent 6b46c28607
commit a31fdb296b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,8 @@ An N-body simulation in Rust using the [bevy](https://bevyengine.org) crate for
![screenshot](assets/nbody.png) ![screenshot](assets/nbody.png)
[youtube video](https://youtu.be/7_NheElcuu8) [youtube video](https://youtu.be/7_NheElcuu8)
**Note**: I made this shortly after bevy was initially released so it's a bit out of date now. Also, I haven't really worked with ECS before, so you probably shouldn't use this as an example of how to structure a bevy game.
## Install ## Install
Clone the repo, and run `cargo build --release`. The executable will be under `target/release/`. Clone the repo, and run `cargo build --release`. The executable will be under `target/release/`.