Fuze Mediaboard
A modern messageboard with the goal of being a Discord replacement.
It has been developed since April 2025.
Open project page
A modern messageboard with the goal of being a Discord replacement.
It has been developed since April 2025.
Open project page
FuzeHttp[github] is a web framework written in C++23, designed for modern REST API-based services.
This is the engine driving Fuze Mediaboard and is developed in tandem with it.
A now-abandoned project which was a utility to download online videos into a format/resolution of the user's choice.
It was developed and maintained from 2021 until 2026.
Open project page
A javascript browser game, complete with levels, enemy AI, and weapons.
I built it to be modular and easily customisable.
The player, all weapons, and projectiles are stored in objects called "sprites".
The sprite properties are stored in JSON files which contain properties such as
health, speed, and damage. Textures are stored separately in txt files.
The renderer reads the cached textures, including that of the level, and displays them on the screen.
Click here to play the game.