0x4A41

Portfolio

This is some of the stuff I've worked on over the years. I do not use AI for my personal projects.

Fiume
Status: Live.

The engine of this website.

A database-less static website generator and server.

Features Markdown parsing, automatic RSS generation, and secure drafts.

Made in Go.
Bioprinter Manager
Status: Live.

Software for managing a custom made bioprinter.

Features multiple queues, image acquisition, and wireless serial communication via WebSockets.

Accompanied by a client software made in Node.js.

Made in Go.
Arachide
Status: Work in progress.

Framework and library for making real-time applications without any third-party libraries.

Supports decoding and encoding different formats, and generic data containers.

Made in C.
Ferumbras
Status: Work in progress.

An isometric adventure sandbox, leveraging the capabilities of Arachide.

Made in C.
Oak
Status: Work in progress.

Reimplementation and reverse engineering of Pokemon Red from the Game Boy.

Made in C.
reTGS
Status: Work in progress.

Reverse engineering of the leaked files of CipSoft's Tibia.

It follows a clean-room approach, by studying the behaviour of the server and its data files, and avoiding decompilation by means of software.

Made in C.
Pistacchio
Status: No longer in development.

Precursor of Arachide. A library for making real-time applications, integrating dear-imgui for data visualization.

Used in my thesis for real-time visualization of medical data.

Made in C++.