We can't find the internet
Attempting to reconnect
Something went wrong!
Hang in there while we get back on track
Software
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 at 30 frames per second.
FuzeVD
This project is shelved indefinitely. No download is available at this time.
FuzeVD downloads any Youtube video into a format of your choice.
Contains a built-in updater, so you won't need to reinstall to get the latest features.
The installer includes the libraries
yt-dlp and
ffmpeg.
Fuze Tables
Pure javascript library that lists JSON data in a table, with sortable and searchable columns. Under 500 lines of code!