draw=_=>{
t+=.1
colorMode(HSL,2)
createCanvas(400,400)
s=sin
strokeWeight(5)
for(x=0;x<99;x++)for(y=0;y<99;y++)point(x*4,y*4,stroke((y/200+1.5+s(noise(s(a=atan2(y-50,x-50))/5,cos(a)/5,s((d=dist(x,y,50,50+s(x/5+t)*1.5)/2+t)))*6+d+a)/2)%2,2,1))
}
// #p5t #つぶやきProcessing #p5js

電撃ホビーウェブ
