This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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.*; |