YouTube

In 2022 Electro Cat started creating new videos for YouTube. This coincided with learning Rust and culminated in the Rusteroids tutorial set.

Rusteroids

The playlist can be found here. The tutorial series uses Rust and the Specs Entity Component System (ECS) and SDL2 to create an asteroids clone.

Wizard Game Live Stream

The Wizard Game Live Stream is a live stream detailing the development of an open source game using Yew and Rust, with an HTML5 Canvas. The concept is rather loosely defined but is in the spirit of Virtua Cop and The Untouchables, a rail shooter where enemies pop up and you must click on them to win. The game also borrows elements from games such as Magicka where key combinations combine different forms of mana to create unique attack types. Development on the code and assets will only happen on the live stream, so the entire project can be detailed through the episodes. Subscribe to the channel to find out when the next stream will occur.

Generative Art in Rust

The course Generative Art in Rust leverages a repository created specifically for the purpose of generating art using Rust. It outputs the creations in both Gif and Mp4 formats, allowing the user to tweak these to get the desired output. The repository with the base project is available here.

Bevy

Coming up soon, we will be posting some videos about Bevy. We will start with some videos about textures and shaders and possibly a larger project, like a First Person Shooter (FPS) style camera.