t=0,draw=o=>{for(t||(createCanvas(W=720,W,WEBGL),noStroke(),colorMode(HSB,1,1,1)),background(0),rotate(-t),y=0;y<=1;y+=.01)for(x=0;x<=1;x+=.01)fill(y,1,1),X=x*W*cos(t+y)*sin(x),Y=W*sin(x*TAU)*sin(t),circle(X,Y,2),circle(1.6*-X*tan(t),1.6*-Y*cos(t),2);t+=.01};// #つぶやきProcessing #CreativeCoding