import toxi.geom.*; import toxi.math.*; Curver[] curvers; int NUMCURVERS=200 ; int[][] grid; color[][] colorGrid; int side=800; int count; void setup(){ size(side,side); smooth(); noStroke(); reset(); } void draw(){ boolean resetNeeded=true; for(int i=0;i5) noLoop(); } } void reset(){ background(255); count=0; grid = new int[width][height]; colorGrid = new color[width][height]; color cul = color(random(256f),random(256f),random(256f)); color cur = color(random(256f),random(256f),random(256f)); color cll = color(random(256f),random(256f),random(256f)); color clr = color(random(256f),random(256f),random(256f)); for(int w=0;w