Back
Background

Botchain

Solo
  • Discord bot that tracks minute-by-minute cryptocurrency data, with 500+ servers and 2100+ unique users
  • Features include price alerts, dynamic candlestick chart generation, and technical analysis indicator calculation
TypeScript
Python
MongoDB
Background

GIF Compressor

Solo
  • GPU-accelerated GIF compression tool that focuses on undoing error diffusion dithering
  • Runs much faster than traditional algorithms while maintaining compression and approximate quality
Rust
WGSL
Python
Background

Game of Life

Solo
  • Algorithm to compute extremely large Game of Life patterns using quadtrees and memoization
  • Can compute trillions of generations in less than a second on most patterns
Rust
WebAssembly
Svelte
Background

Raytracer

Solo
  • Raytracer for spheres and boxes, with support for diffuse, metal, and glass materials
  • Both a CPU (Rust) and GPU-accelerated (WGSL) implementation are provided
Rust
WGSL
Background

Physics Engine

Solo
  • Rigid cuboid simulation and rendering
  • The rendering, math, and collision algorithms are implemented from scratch
Rust
WGSL
Background

BadgeSync

Solo
  • iOS system modification that synchronizes notification badges with the notification centre
  • Gained 9k+ downloads after publishing to the Havoc marketplace
Objective-C
Background

Vencord

Contributor
  • Modded Discord client with 10k+ stars on Github that gives users more control over their experience
  • Fixed a 1-year-old bug that caused erratic scroll jumps (#2271)
  • Added a feature that reloads broken reply links (#2337)
  • Added a feature that extends Discord's idling system (#2342)
TypeScript
React
Background

HypixelStats

Solo
  • 1.8 Minecraft mod that prints the stats of every player in the lobby before the game starts, using the Hypixel API
  • Gamemodes supported: Bedwars, Normal/Insane/Ranked Skywars, and Speed UHC
Java
Back