Skip to content

Instantly share code, notes, and snippets.

@oskay
oskay / SquiggleDraw.pde
Last active November 22, 2016 20:06 — forked from gwygonik/SquiggleDraw.pde
Create an SVG based on the brightness of an image transformed into sine waves. Simple UI to control effects. Saved SVG is larger than original image for detail.
// SquiggleDraw
//
// A processing sketch by Gregg Wygonik
//
// https://gist.github.com/gwygonik/1f41684e62aa9dc46d5ea2de52c62713
//
// Modified by Windell Oskay ( http://github.com/oskay ). Added option to vary line width
import controlP5.*;