Introduction to Bevy, Rust game engine (Twitch Live 2022-11-02)

Hosted a live stream on Twitch
Published a YouTube video
Used Rust
Learned game development
+2
https://youtu.be/9zGO3f6cu5A

In this live stream, we had Tommaso Allevi (https://twitter.com/AlleviTommaso) as a special guest to give us an intro on Bevy, one of the most trending Rust game engines.

In this video, we discuss the basics of bevy, how the ECS works, what is a plugin, how to display something on screen using the 2D renderer, how to spawn entities and how to move objects around using keyboard events.

All the source code is available here: https://github.com/allevo/bevy_examaple

For seeing the next episodes live check out our Twitch channel: https://twitch.tv/loige

#Rust #bevy #gamedev