Simple Triangulation

I wrote a quick and low-key Matlab script a while ago to triangulate images through the magic of Delaunay Triangulation and corner detection. The code is available here, and running it both plots the result in Matlab and saves it to an SVG file. Check out a few demos below!

Read More

Squigglish!

Squigglish! is an iOS drawing app that makes the lines you draw wiggle. You can draw on a solid color canvas or on photos, and your creations can be exported to movies or GIFs. Like other projects of mine with Matt, it’s powered by the magic of Fourier series. You can download the app here, and look below for some sample outputs. I’ll be updating this gallery with some of my favorite Squigglish creations, and anyone who’s interested should feel encouraged to submit their faves!

Read More

ActiveReader

I have a terrible time learning and retaining content from reading articles or textbooks, so I wrote a little bit of code to take a block of text and turn it into a multiple choice quiz by removing one word from every sentence. It’s called ActiveReader, and the code behind it is available on GitHub.

Read More