Projects
Periodically updated showcase of various 2D and 3D programs, games and similar things I've worked on.
Showcase of small, mostly personal-use, utility programs. Made to extend and test the capabilities of my personal codebase, as well as learn about new things along the way.
Bare bones neural network/machine learning library implementation, made for (somewhat) educational purposes. It features simple neuron model with layers and Kohonen Networks.
Implementation of a binary file visualiser using Hilbert Curves and Shannon Entropy, based on Aldo Cortesi's works.
Small collection of things I made for the web. Mix of educational materials (made to teach people more about programming) and various utilities.
Write-ups
Fun Things From Around the Internet
Some neat, silly and educational things I found around the internet and decided to implement/share.
Small writeup regarding line rendering using shaders, with some math and code explanation.
Introduction to and some helpful explanations regarding data normalisation.