micropong: A tiny videogame running Rust on STM32

I wanted to learn embedded programming with Rust, so I made this little project. It’s a battery powered pocket
sized
video game. The idea of the game is to be ridiculously small. It’s played by two players each grabbing one end
of
Read more

Similar

RISC-V OS using Rust: Graphics

We command the virtual GPU (virtio-gpu) by sending certain commands to the host (the device). The guest (the OS driver) has an allocation of RAM that becomes the framebuffer. The driver then tells the device, “hey, here’s the RAM that we’re going to use t... (more…)

Read more »

Announcing failure: error handling for Rust

I’m really excited to announce a new crate I’ve been working on, called failure, and which I’ve just released to crates.io. Failure is a Rust library intended to make it easier to manage your error types. This library has been heavily influenced by learni... (more…)

Read more »