Naoto
Naoto Naoto Hieda

Tweet P5 Noise Study 5

setup=()=>createCanvas(w=200,w)+pixelDensity(1)
t=0
draw=()=>{
t++%60<9?background(1,w):0
loadPixels()
p=pixels
for(x=1;x<39740;x++)p[4*x+t%2-(p[4*x]>>1)]=randomGaussian(dist((x%w),int(x/w),0,w/2)/w,.1)>.5?255:0;
updatePixels()}
// #つぶやきprocessing

comments powered by Disqus