Current setup
I've recently switched from Neovim to Cursor.sh for code editing. It's not without it's quirks, but the autocomplete and chat features really do make coding faster and more enjoyable.
Ray Tracer
I've been learning Rust on the side, and as a toy problem I thought I'd try to implement a basic ray tracer. It's not quite finished, but I'm happy with the results so far.
Terrain Generation
Continuing my foray into Rust, I decided to try my hand at writing a terrain generator. The result is a customisable GUI for generating and modifying heightmaps using midpoint displacement.
ASCII Donut
Fun.
Multiplayer Card Game
Inspired by Marvel Snap, I made a PoC multiplayer card game primarily just to play with websockets. Actual rules incoming...