画質 高画質

and the following backpack designs have been sent for processing! ❤️
feels good to get things out of the way, lol!

0 3

Job title : septic diver
Description the. Septic system under and around the plant is verry system , thoses hired are required to remove all foren object befor they make it to processing

1 25

話題になっていると聞いて。。。(΄◉◞౪◟◉‵) b
よろしくお願い致します。
https://t.co/WjNNxqzr2J

2 20

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