Live streamed learning Rust and Gamedev with Bevy

Hosted a live stream on Twitch
Published a YouTube video
Used Rust
Used Bevy
Learned game development
+3
Showcased live on twitch how to build a game in Rust using Bevy

https://www.youtube.com/watch?v=4sZsmPRwGnk

In this video, we continued developing a 2D spaceship game using Rust and Bevy (Game Engine).

If you want to see the previous episodes:
-  part 1: https://www.youtube.com/watch?v=t60fieqnNpY
- part 2: https://www.youtube.com/watch?v=aahRUmEbTmo

In this episode, we migrated from Bevy 0.8 to 0.9 (and fixed some breaking changes) then refactored our code a bit and added a system to spawn fuel cells.

All the source code is available here: https://github.com/lmammino/bevy-fuel-tank

The python version of the game is available here: https://github.com/lmammino/pygame-fuel-tank/

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

#Rust #bevy #gamedev