Link Formatting Script

I recently saw a giant list of links to Udemy courses, in the form below. I found this unwieldy and impossible to read, so I wrote a python script to extract out the titles and add formatting. [Read More]
Tags: script, python, regex

Algorithms for Mesh Manipulation

With this post I intend to explain the math behind A sketch-based Interface for Detail-Preserving Mesh Editing, a whitepaper presented at SIGGRAPH. Their method allows one to easily make selections on a model and modify the geometry, silhouette, and other properties. My slideshow explanation The slides above was my original... [Read More]
Tags: graphics, whitepaper

Black-body Radiation Simulation

With the help of a friend, Seán Ceallaigh, we built a graphics shader that simulates the light that hot objects give off - black-body radiation. This effect causes stoves to be red and stars to look whitish-blue. [Read More]
Tags: graphics, java, sim

Word Snack HD

Word Snack HD is a free puzzle game for iOS and Android. Create words that match each alien’s tastes to score! I helped program this game as part of a class at Hampshire College. [Read More]
Tags: graphics, unity, c#