画質 高画質

the only one with a surprise

​from the generative portrait series "alternatives"

​​#generative

4 28

float r,d,p;
size(720,720);colorMode(HSB);noStroke();clear();for(r=0;r<TAU*7;r+=.72)for(d=0;d<400;d++){fill(220+(p=1-int(r/TAU)*.1)*99,d/2,255-d/2);push();translate(cos(r+p)*d*p+360,sin(r+p)*d*p+360);rotate(r+p);circle(0,0,cos(d*.004)*sin(d*.008)*99*p);pop();}

11 41

My heart is so fucking full!!!! I’m still processing that this happened

48 404

float x,y,d,r,O;
size(720,720);
rectMode(CENTER);
colorMode(HSB);
noStroke();
for(y=-30;y<780;y+=50){
for(x=-30;x<780;x+=50){
for(d=99;d>0;d--){
fill((x*y)%255,d*2,255-d*2);
square(x+cos(r=noise(x,y)*TAU*9)*(O=11-d/9),y+sin(r)*O,d/2);
}
}
}

2 13

I know it’s late, but I wanted to point out how important final touches are—or what I call “post processing”—to bring a piece together. 1) before: the piece is finished, but it‘s a bit bland...

2) adjusted overlay, outline, noise, bg, & lighting! (raffle prize for )

3 41

"Gilda’s Having a Blast Processing This"

Margo decided to gift Gilda with one of the rarest video games ever made.

And yes, for the purposes of this image, this is supposed to be Gilda’s 12th birthday. The rest of the Tetrad didn’t know Gilda yet when she celebrated her 11th.

4 14

以前つくった円弧のような動きのランダムウォークをリファクタ。step大きめのnoiseを使って。

1 40

【ろ】ロマンティックが止まらないわ!💋

1 17

Daily coding challenge 42: romantic / ロマンチック

心臓の鼓動

次のハート関数を利用しました。

x = 16pow(sin(t), 3)
y = 13cos(t) - 5cos(2t) - 2cos(3t) - cos(4t)


https://t.co/byguqSaOkN

3 24

I am still mentally processing the fact demon bros with guns is a thing and I both love it and am in denial of it.

8 41

Just finished reading the ARC of PARACHUTES & am still processing this very powerful & honest story w characters I cared deeply about. Highly recommend this book!

6 38

processingで画像をいじって遊ぶ今日この頃

0 4