TypingClone

The first web I programmed more seriously. It is an attempted copy of the popular website "monkey type". I chose to replicate it as I think it has a very sleak UI.

The Graphics Pipeline

A web page I made as a homework that aims to explain the graphics pipeline to someone with very little understanding of programming.

Halloween Homework

This is just a very small and basic 3d demo of a spinning pumpkin running on the same 3D engine that this home page is. I wrote the engine from scratch in C++ compiled to WASM using emscripten.

Scheduling Simulation

This was a homework based around simulating various scheduling algorithms to gain a better understanding of how they work.