WT
HomeProjectsResume/CVContact

These are all my works.

Goofy Golf

Game design course project featuring for COMP3421 a PC/VR compatible golf game that won top 10 games award.

#Unreal Engine  #Unreal Blueprints  #LAN  #VR 

Shock Absorbing Regenerative Backpack

University project involving a backpack with active suspension and energy harvesting capabilities.

#Fusion360  #Solidworks  #3D Printing  #Soldering  #Oscilloscope  #ESP32  #Circuit Design  #Construction 

Breadboard GPU

Breadboard graphics processing unit based on the Ben Eater's graphics card series on youtube.

#Circuit Design  #Arduino  #C++ 

GLSL Sphere Marching

This project uses a graphics programming technique called sphere marching with custom-made distance functions.

#ThreeJS  #GLSL 

Slime Simulation

GPGPU simulating the acellular slime mold species, Physarum polycephalum. It demonstrates how complexity in life can arise from following a few simple rules.

#ThreeJS  #GLSL 

Grass Simulation

Grass simulation done in unity using, tessellation and geometry shaders. The grass' appearance is inspired by Hoyoverse's Genshin Impact.

#Unity URP  #HLSL  #C# 

Power Meter

Homemade power meter made using hall effect sensors and an ESP-32.

#ESP-32  #C  #Electronics  #Soldering 

Particle Attractor

Particle simulation using vertex transformations in GLSL where you can click and drag around to make particles follow your cursor.

#GLSL  #WebGL