Live streamed learning Rust and Gamedev with Bevy

Used Rust
Used Bevy
Hosted a live stream on Twitch
Published a YouTube video
+2
Live streamed another episode of our series where we try to learn Rust and Bevy:

https://www.youtube.com/watch?v=aahRUmEbTmo

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

If you want to see part 1 of this project, check out the video here: https://www.youtube.com/watch?v=t60fi...

We showed an updated version of our simple Python prototype (now including asteroids with dynamically generated shapes and collisions) and then continued our implementation in Rust.

In our rust project, we managed to add sprite animations (now the starship has an animated flame when accelerating) and a text overlay to display the amount of fuel available in the engine.

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