Neural Networks with Candle
| 25 minute read
A hands-on introduction to Neural Networks in Rust. Takes you from basic tensors to building and training your first neural network.
Read more ⟶
🧀The Cheese Chase🐭 - My First Game Ever
| 4 minute read
A short write-up on my experience building my first game ever. Built in Rust using SDL2 and Macroquad, and getting it to run in the browser.
Read more ⟶
Gossip Glomers: Building Distributed Systems in Rust
| 11 minute read
Exploring distributed systems fundamentals through Fly.io's challenges by implementing gossip protocols, CRDTs, replicated logs and distributed transactions in Rust.
Read more ⟶
IPC in Rust
| 14 minute read
Exploring IPC performances in Rust using UNIX domain sockets, memory mapped files and Shared memory using iceoryx2 crate for varying payload sizes.
Read more ⟶
LazyFoo's SDL2 Tutorials in Rust: A Game Development Journey
| 33 minute read
A simple guide for anyone wanting to start game development using SDL2 in Rust. I ported the classic LazyFoo tutorials from C++ to Rust - not all of them, just the essential tutorials covering everything needed for building a basic game, from creating your first window to handling user input, collisions and animations.
Read more ⟶