Serving the interwebz since
Warning! If you can see this text, your browser is too old to load some of the CSS styles.

Software

Fuze Mediaboard

Fuze Mediaboard version 0.0.4 in action at /dmp/productions

A modern messageboard with the goal of being a Discord replacement.
It has been developed since April 2025.
Open project page

FuzeHttp

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.

Open project page

FuzeVD

A screenshot of FuzeVD version 2.1.0
Here is what FuzeVD looks like on Windows 10™

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

Fuze Game

Completing the first level of Fuze Game

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.

Here be photons