xxxxxxxxxx
f=0
draw=_=>{
f++||(createCanvas(W=400,W,p=image),g=createGraphics(W,W,WEBGL))
background(0)
I=g.clear(0).rotateY(.01).torus(77,6).torus(230,13).get()
i=200
while(i-=25){
push()
I.filter(BLUR,9)
I.filter(THRESHOLD,.1)
tint(W,i)
pop(p(I,0,0))
}
}
// ----------------------------------------
// Minimized
// ----------------------------------------
// f=0,draw=r=>{for(f++||(createCanvas(W=400,W,p=image),g=createGraphics(W,W,WEBGL)),background(0),I=g.clear(0).rotateY(.01).torus(77,6).torus(230,13).get(),i=200;i-=25;)push(),I.filter(BLUR,9),I.filter(THRESHOLD,.1),tint(W,i),pop(p(I,0,0))};//#つぶやきProcessing