void setup() { size(850850); background(255); noFill(); stroke(0, 20); frameRate(2000); } void draw(){ float t = (float)frameCount; …
source
void setup() { size(850850); background(255); noFill(); stroke(0, 20); frameRate(2000); } void draw(){ float t = (float)frameCount; …
source