/* * ARTS 102 - Aesthetics of the Algorithmic Image * Johannes Goerz (johannes.goerz@gmail.com) * 2005-10-19 */ int XSIZE = 400; int YSIZE = 400; void setup() { size(XSIZE,YSIZE); background(0); noLoop(); } void draw() { float xblocks = 1; // # horizontal iterations float yblocks = 1; // # vertical iterations float amp = 255/2; for (int y=1; y