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.

drawing-demo
Drawing on JS Canvas

Simple pixel-art drawing program, made with TypeScript for educational purposes.

simple-lightbox
Simple Lightbox for Websites

Plug and play lightbox/gallery implementation for websites, made with simplicity and as little code footprint as possible in mind.

Write-ups

Fun Things From Around the Internet

Some neat, silly and educational things I found around the internet and decided to implement/share.

Range Normalisation

Introduction to and some helpful explanations regarding data normalisation.