Live streamed learning Rust and Gamedev with Bevy

Used Rust
Published a YouTube video
Hosted a live stream on Twitch
Learned game development
Used Bevy
+3
Another episode of our series about learning Rust and gamedev: https://www.youtube.com/watch?v=t60fieqnNpY

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

We showed a simple Python prototype and then started re-implementing it in Rust.

We setup the project from scratch implemented a sprite loader for the spaceship, added rotation and movements based on keyboard input, and finally added a visual inspector for our entities.

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

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

#Rust #bevy #gamedev