Projects

graphics-apps
Graphics Apps

Periodically updated showcase of various 2D and 3D programs, games and similar things I've worked on.

maidai
Utility Programs

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.

neuralnet
Neural Network Library

Bare bones neural network/machine learning library implementation, made for (somewhat) educational purposes. It features simple neuron model with layers and Kohonen Networks.

binvis
Binary File Visualiser

Implementation of a binary file visualiser using Hilbert Curves and Shannon Entropy, based on Aldo Cortesi's works.

webdev
Web Development

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.

Drawing Lines With Shaders

Small writeup regarding line rendering using shaders, with some math and code explanation.

Range Normalisation

Introduction to and some helpful explanations regarding data normalisation.