// // by Jeffrey Melton, jmelton@nofi.org // visit http://www.nofi.org/ for more info void setup() { size(800, 500); // smooth(); //turns on anti-aliasing noFill(); frameRate(24); } void draw() { // background(255); float r5 = random(50); for(int i=0; i