portfolio.html
Here are some cool projects I've created! Most of these are a couple years old.
#particle-system
Created a particle-emission system using C++ and OpenGL for a course in high-performance computing.
A presentation demoing the project is available on YouTube.
#website
This website is created using a custom static site generation solution I wrote using m4, make, and git in a Linux development environment.
The source is available on GitHub.
#platformer
A simple platformer with text-based graphics. You can run, jump, and climb walls - all in your browser!
Navigate using the W A S D keys on your keyboard.
#game-engine
A JavaScript game engine I created back in highschool. It detects the collision of convex polygons using the separating axis theorem in real-time.
#robots
An infrared-seeking robot created for a first-year engineering project.
A solar-tracking robot I created back in highschool.