Welcome
This is an introduction workshop for the Bevy Engine.
You can find it at https://vleue.github.io/bevy_workshop/
At the end, you should have an overview of how Bevy works, and a simple 2d platformer.
Target Audience
This workshop is for people wanting to get a better understanding of Bevy basics, with already a good understanding of Rust.
To start with Rust, you can check out these free resources:
- The Rust Programming Language: an introductory book about Rust
- Comprehensive Rust: This course covers the full spectrum of Rust, from basic syntax to advanced topics like generics and error handling
- Rustlings: Small exercises to get you used to reading and writing Rust code
- Rust Exercises: 100 Exercises To Learn Rust
This workshop won't use any third party plugins, and won't go very deep into rendering.
Credits
Assets used are from Kenney's Platformer Pack Redux, from Kenney Game Assets All-in-1 or were created for this workshop.