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)
[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
Clone the repo, and run `cargo build --release`. The executable will be under `target/release/`.
@ -34,4 +36,4 @@ Options:
| Space | pause / resume 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 |
| Right Click | click on a body to focus the camera on that body |