画質 高画質

ok maybe I should do post processing more

1 1

For you perusal the cover to Issue No.44, via sketch

0 0

system initializing with number 20 via sketch

1 0

My parallel processing power is at an all time low

0 9

size(720,720);
noStroke();
scale(40);
fill(192,160,128);
ellipse(9,9,5,6);
circle(7,7,2);
circle(11,7,2);
fill(192,0,0);
circle(9,11,2);
fill(0);
circle(7,9,.5);
circle(11,9,.5);
stroke(0);
curve(15,5,8,6,7,2,12,0);
curve(3,5,10,6,11,2,6,0);

3 18

system initializing with number 44 via sketch

0 1

Me watching kindle direct print repeatedly fail at processing a normal-ass book-sized pdf.
RIP CreateSpace. :(

0 1

system initializing with number 41 via sketch

1 2

ターンターン タタタターンターン タタタターンターン タタタターン♪

0 2

size(720,720);
colorMode(HSB,9);
fill(4,4,9);
triangle(20,700,180,550,260,650);
for(int i=0;i<300;i++){
fill(random(9),9,9);
resetMatrix();
translate(random(500)+220,600-random(500));
rotate(random(PI));
rect(0,0,random(20),random(20));
}

2 13