mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 04:33:37 +00:00
update readme
This commit is contained in:
parent
3d09459813
commit
c9d6acd932
1 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
## What is Bevy?
|
||||
|
||||
Bevy is an open-source modular game engine built in Rust, with a focus on developer productivity and performance.
|
||||
Bevy is a refreshingly simple data-driven game engine built in Rust. It is free and open-source forever!
|
||||
|
||||
## WARNING
|
||||
|
||||
|
@ -35,8 +35,8 @@ Bevy is still in the _very_ early stages of development. APIs can and will chang
|
|||
We recommend checking out [The Bevy Book](https://bevyengine.org/learn/book/introduction) for a full tutorial. You can quickly try out the [examples](/examples) by cloning this repo and running the following command:
|
||||
|
||||
```sh
|
||||
# Runs the "scene" example
|
||||
cargo run --example scene
|
||||
# Runs the "breakout" example
|
||||
cargo run --example breakout
|
||||
```
|
||||
|
||||
### Fast Compiles
|
||||
|
|
Loading…
Reference in a new issue