Welcome
Welcome to the introductory workshop for the Bevy Engine.
You can access it at https://vleue.github.io/bevy_workshop-rustweek-2025/.
By the end of this workshop, you will have a comprehensive understanding of how Bevy works and will have created a clone of the Asteroid game.
Target Audience
This workshop 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 workshop 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 workshop.