Projects
You can view some of my notable projects below, and also on my GitHub page. For various reasons, some projects are private, but I'm working on open-sourcing more of my work.
Open-source
- gt-unlocked, a drop-in mod for Growtopia that removes the client's framerate cap.
- gt-itemsdat-json, a Python script for exporting Growtopia's items.dat file to another format.
- vdbdump, a CLI tool for viewing the contents of ProtonSDK's VariantDB files.
Closed-source
- simple-static-page-server, an asynchronous HTTP/1.1 server written for Linux via its epoll API, designed with scalability and performance in mind.
- CHIP-8.NET, an interpreter library and emulator app for the CHIP-8 programming language.
- Growloader, a custom launcher for Growtopia with support for launch profiles, DLL injection and more.
- Look4Hook, a CLI tool for detecting if a process on Windows has had its system APIs intercepted.
- windrapi, a C library for interacting with x86/x64 debug registers on Windows.
- gt-pd-webhook, a Discord webhook for reporting sudden drops in Growtopia's online player count.
Future-source?!
This section contains project ideas that I find interesting, but I haven't started any serious work on.
- an asynchronous HTTP/1.1 server that utilizes the io_uring API.
- a "proper" mod loader for an old Growtopia client with a stable API.