Writing a Terminal Text Editor in Rust
Building Hecto, a vim-inspired text editor, and what I learned about terminal control and text manipulation
Thoughts on programming, systems, and creative coding.
Building Hecto, a vim-inspired text editor, and what I learned about terminal control and text manipulation
Implementing a subset of Redis protocol and commands in Rust to understand networking and data structures
Building a CHIP-8 emulator that runs classic games in the browser using WebAssembly
My journey into graphics programming by building a raytracer from scratch in Rust
How I built a real-time audio visualizer using Rust, WebAssembly, and WebGPU to render FFT data