deadsoftie / a research log
section · 004

4 Projects

Things I've built and maintain. Ranges from research code to small tools I use daily.

the-render-lab
2026 · active
Small OpenGL lab engine for testing shaders and rendering techniques.
c++ opengl
gitnook
2026 · active
Local-only version control for personal files inside any git repo. Files tracked by gitnook are excluded from outer git and never pushed.
rust libgit2
snake-gbdk-2020
2025 · archived
Snake for the original Game Boy built with GBDK-2020. Workshop project covering sprites, LCG RNG, and 8-bit constraints.
c gbdk-2020
TetrisCPP
2025 · archived
Tetris remade from scratch in pure C++.
c++