Skip to content

Instantly share code, notes, and snippets.

float t=0, t2=0, w=750, h=750, step=100, s;
int framesAmount=100, recordCounter=0;
void setup() {
size(750, 750);
smooth();
colorMode(HSB, 360, 100, 100);
frameRate(50);
}