As an aspiring software developer, I'm always trying something fun and interesting. On this page, you can view the current projects I'm working on as well as the completed (or abandoned) projects.


Works in Progress

Title Description
Imij RenderScript algorithms for basic image processing on Android platforms
BGEngine A basic proof-of-concept game engine with model loading and texturing using SDL2 and OpenGL.
BGEngineSharp C# version of BGEngine, a proof-of-concept game engine with model loading and texturing. This engine uses OpenTK and OpenGL.

Completed Projects

Title Description
gpu-sudoku An attempt at using computer vision and CUDA to solve a Sudoku puzzle in real-time. The results were not very good, but this was just the first attempt...