画質 高画質

sounds like they're cutting you off

​from the generative portrait series "alternatives"

​​#generative

1 10

What happens when you mix a robotic canine with another canine? Well, he's "processing" the data right now!

This cutie named Radar belongs to who was kind enough to get this piece with me done by who is so good! Thank you to both!

147 576

random processing art while i try to unforget how to code

7 66

Been practicing with lighting and post processing. Still needs some work but getting somewhere.

10 91

float x,y,i,t,N;
void setup(){size(720,720);}
void draw(){
clear();
t+=.1;
for(y=-180;y<900;y+=60)
for(x=0;x<780;x+=60)
for(i=60;i>0;i-=9)
arc(x+sin(t+(N=noise(x,y-int(9*t/120)*120)*99))*30,y+(9*t)%120+N,i,i/2,-PI/8+i/15+t+N,PI/8+i/15+t+N);
}

7 26

system initializing with number 58 via sketch

0 3

Did some post processing~

0 0



Exercise.I.7
ランダムウォークの移動距離にnoise()を使用したんだけどただのランダムウォークしてる気が…
色はアジサイみたいで良い

2 13