StippleGen SVG Stipple Generator, v 1.0 Copyright (C) 2012 by Windell H. Oskay, www.evilmadscientist.com Documentation: http://www.evilmadscientist.com/go/stipple The compiled applications require that Java is installed on your computer. (If the application does not run, download and install Java: http://java.com/ ) This program is an implementation of Weighted Voronoi Stippling: http://mrl.nyu.edu/~ajsecord/stipples.html Program is based on the Toxic Labs Library & example code: http://forum.processing.org/topic/toxiclib-voronoi-example-sketch Additional inspiration: Stipple Cam from Jim Bumgardner http://joyofprocessing.com/blog/2011/11/stipple-cam/ and MeshLibDemo.pde - Demo of Lee Byron's Mesh library, by Marius Watz - http://workshop.evolutionzone.com/ Running the sketch file (from source) requires 1. Processing -- http://processing.org/ - and - ControlP5 library and Toxic Labs library: 2. http://www.sojamo.de/libraries/controlP5/ 3. http://hg.postspectacular.com/toxiclibs/downloads (These are not needed to run the compiled application.) /* * * This is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * http://creativecommons.org/licenses/LGPL/2.1/ * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */