notes
All notes
Notes pile up here over time — finished, half-finished, and a few I gave up on. Filter by channel.
misc · 10-10-2023 · rev.01
Why I am doing this now (and why I didn't do it before)
I've been thinking about starting a blog for years but always felt I had nothing worth sharing. Here's what finally changed my mind — and why failure isn't something to fear.
#personal
3 min read code · 24-12-2023 · rev.02
Graphics programming: creating a 3D renderer in C
Building a wireframe 3D renderer from scratch in C using isometric projection and the Bresenham line algorithm.
#graphics#3D#42#fdf
9 min read