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
  • GIF compression tool that focuses on undoing error diffusion dithering
  • Achieves 25% higher compression than established tools on dithered inputs on average
  • Implemented a k-d tree for fast nearest neighbour palette search
Rust
Background

Physics Engine

Solo
  • Rigid cuboid simulation and rendering
  • The rendering, math, and collision algorithms are implemented from scratch
  • Simulates up to 10,000 moving cubes in realtime
Rust
WebGPU
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

BadgeSync

Solo
  • iOS system modification with 9k+ downloads that synchronizes notification badges with the notification centre
  • Tracked user bug reports and feature requests through Github Issues
Objective-C
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