画質 高画質

A sketch I did last night before bed. The morning after Zero and Maria sleep together for the first time. Maria is still processing what happened

0 1

波模様の不思議な球体の結晶体を描きました!


【Wave Sphere】
OpenProcessing :
https://t.co/4EfxbazAxI
NEORT :
https://t.co/6HHyfZaeGH

4 12

This art was made quite a long time ago, but I didn't submitted it because I was recording it and I wanted to make a speedpaint. Senntinel made a montage and I needed just to make a post processing.
https://t.co/ZMgNNsilj0

0 2

ふと、シンプルなタイルとジェネラティブな線って合うのでは?と思ったけど、合う気がしている

1 8

I love everything about the final season of SheRa and its beautiful ending! Still processing how good Catra looks with her short hair.

717 3248

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