projects i'm working on / have completed. the list is rather small currently because most are very large projects or not for/worth public display.
these lists are ordered descending by recency, meaning stuff at the top of each list is what i'm currently working on / have recently made
games

Micro a bullet hell roguelite drawn with shaders. very unfinished.

Don't Wait a bad game made for GMTK game jam 2026. did i mention it's bad?
trinkets

RGB UTF8 code doesn't really have a name. command line program that encodes text into an image by turning the bytes into RGB values. i originally made this to decode images in the same format sent by a friend of mine. written in rust (i love rust) 🦀
other

Qubit a collection of tiny, configurable Minecraft mods that let you easily configure normally hardcoded things in the game. made for modpack developers, partially because i might make a modpack at some point?
scrapyard
just a list of projects i started, probably spent like a night on, and stopped working on for one reason or another.
- a haskell library for making oscilloscope music. i no longer really want to make oscilloscope music, but i thought haskell was a cool language! (did not like cabal though)
- a satirical AI website i made when someone asked me to generate something with AI. demonstrates how vague the term "AI" is... also the code is intentionally garbage. it's actually public but you'll have to run it locally.
- yet another TUI RSS reader, written in rust. i wanted to start using rss more so i started making this. then i realized as much as i love the idea of RSS, it was quite flawed and i would rather just use one that already exists, or just use the RSS feature in the browser i use.