Close the console. Wait for the image save requester to pop up.
A fork of tp5_240521_JellyColor by はぅ君
xxxxxxxxxx
p5.disableFriendlyErrors = true;
t=l=0
setup=_=>{
createCanvas(W=920,W*.75)
background(0)}
draw=_=>{t++
if (frameCount%120 == 0) save("img_" + month() + '-' + day() + '_' + hour() + '-' + minute() + '-' + second() + ".jpg");
colorMode(HSB)
B=blendMode
B(BLEND)
background(F=1,.01)
B(ADD)
filter(BLUR)
for(r=0;r<TAU+!(F=-F);r+=PI/16)for(d=H=360;d-=9;)fill(r*57,W,W,.3)+circle(cos(R=r+F*noise(d/H-t/W)*d/99)*d+H*4/3,sin(R)*d+H,5*sin(d/99+r*99-t/99))}