Tags: #rust
-
Teaching a Dinosaur to Jump: Rust, WebAssembly, and Neural Evolution
What began as a lightweight programming experiment quickly transformed into a deeply engaging technical exploration into the realms of neuroevolution, game physics, and browser-based simulation. My original goal was modest: replicate the "Chrome Dino" game using a performant and modern web stack. However, the project evolved far beyond expectations. The twist? I wanted the dinosaur to teach itself to jump.
-
Yet Another Rust SSG
A personal journey into Rust through building a simple static site generator. "Yet Another Rust SSG" is not a production-ready tool—it’s a learning project born from curiosity and the desire to build something real in Rust. In this article, I share how I created a basic static site generator from scratch, what I learned about Rust along the way, and why sometimes building your own primitive tools is more rewarding than using polished ones.
-
Introducing Rolldown: A Rust-Based JavaScript Bundler for Vite
Discover Rolldown, a high-performance Rust-based JavaScript bundler designed to unify and optimize the build process in Vite. This article explores the motivations behind its development and how it aims to improve upon existing solutions
-
Building a Multi-Platform Rust App with Shamir's Secret Sharing
A journey through developing a single Rust application that targets web, desktop and CLI platforms, using modern frameworks and best practices.