Welcome
Welcome to the quickstart tutorial for the Bevy Engine.
You can access it at https://TheBevyFlock.github.io/bevy-quickstart-book/.
By the end of this tutorial, you will have a comprehensive understanding of how Bevy works and will have created a clone of the Asteroid game.
Target Audience
This tutorial is designed for individuals who want to deepen their understanding of Bevy basics and already have a good grasp of Rust.
To get started with Rust, explore these free resources:
- The Rust Programming Language: An introductory book about Rust
- Comprehensive Rust: A course covering the full spectrum of Rust, from basic syntax to advanced topics like generics and error handling
- Rustlings: Small exercises to familiarize you with reading and writing Rust code
- Rust Exercises: 100 exercises to learn Rust
This tutorial will not use any third-party plugins and will not delve deeply into rendering.
Credits
Assets used are from Kenney's Space Shooter Redux or were created specifically for this tutorial.