: You can view the most popular version on luccalgi's OpenProcessing profile , which hosts both the original and "Part 2" forks .
void draw() for (int i = 0; i < 100; i++) float x = width/2 + cos(radians(i)) * 200; float y = height/2 + sin(radians(i)) * 200; fill(255, 128 + i*2, 128); ellipse(x, y, 20, 20);
If you are trying to steal an open processing sketch, you are likely not a corporate entity. You are:
updatePixels();