Graphics Programming

DirectX NES Emulator
A C++ emulator using DirectX 11 as a frontend so I could play around with some CRT effects.

Passing 16-bit UV Data through Unreal's DBuffer
Encoding 16 bit data into Unreal's 8 bit DBuffer, and using custom decal responses to pass UV Coordinates through the decal system.

Raytraced Image-Based Collision Detection
Fourth year capstone project at U of T. A novel approach to computing collision detection and response between rigid bodies by doing image based collision detection at the same time as a scene is rendered through raytracing.

DCC Art Scripts
Collection of small scripts written for various art software, mostly python. The content in this varies from stable tools to quick scripts I whipped up in 10 minutes in order to save time. I mainly just put these online in case it helps anyone else.