
TrontCloud - a self-hosted game backend you actually control
Self-hosted PlayFab/LootLocker alternative built in Go. Single binary, 109 endpoints, three-tier auth, Unity SDK.

Self-hosted PlayFab/LootLocker alternative built in Go. Single binary, 109 endpoints, three-tier auth, Unity SDK.

I built a SpaceMonger-inspired disk space visualizer from scratch in Rust with egui. Squarified treemaps, live scanning, extension filtering, duplicate detection, and a 3.6 MB binary.

What started as a FishNet transport turned into a full multiplayer networking framework. 80 managers, 46K lines, zero middleware.

I built a 1,200-line Rust app in a day using Claude Code as my pair programmer. Here's what the workflow actually looked like.

A Three.js port of the fake volumetric lighting technique Valve used in Half-Life 2. Flat quads that look 3D using cylindrical billboarding and procedural noise.

Released a Chrome extension for better YouTube playback speed control.

Released my EOS transport for FishNet - direct SDK integration, no middleware.

VS Code extension that formats C# without destroying blank line indentation.

An interactive tool that generates packed RGBA textures for GPU-driven particle effects. Each circle carries its own UV space, unique ID, and radial gradient - one texture sample gives a shader eve...

Your lerp is framerate-dependent. Here's how to fix it with FRIM lerp.