/understanding-bevy

The source for the ReadTheDocs Understanding Bevy book for the Bevy game engine in Rust.

Primary LanguageRustMIT LicenseMIT

understanding-bevy

The source for the Understanding Bevy book, the opinionated guide to the Bevy game engine in Rust.

To display this project locally and offline, clone this repo, install mdBook, then run mdbook serve --open in the repo's folder.

All of the examples in this book are stored in this repo! You can run them with cargo run --example EXAMPLE. Inspect the relevant source files to find the file names for the snippet you're looking for :)