画質 高画質

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

0 2

system initializing with number 11 via sketch

0 2

IT TOOK ME SO LONG TO POST THIS BC IVE BEEN PROCESSING HOW MUCH I LOVE IT but i was blessed with this beautiful comm of our ocs souma + kohaku by ..!!! thank you for perfectly nailing the "eboys who look like they would bully you in the gongcha parking lot" look 🥺😭🙏

5 22

system initializing with number 65 via sketch

0 1

Hey guys! I've opened commissions specifically for The Bail Project (Detroit).

Everything except for processing fees will be donated. I'm taking $5 from physical commissions to cover material costs and shipping.
FORM LINK: https://t.co/brKjVhzu5v

13 17

also from 2013, tests with matCaps, gradient-based colour mapping, some tests with post-processing. this was emulating a CGA display

https://t.co/DW5G41bIgb

6 46

光る鉱石をイメージしたアニメーションを作りました!💎



【Ore】
OpenProcessing :
https://t.co/Wg04oPcMvm
NEORT :
https://t.co/XHd4b0UHRW

4 31



float w,h,i,r;
size(300,500);
background(#00CCCC);
noStroke();
for(w=0;w<310;w+=99)
for(h=-w/2;h<610;h+=99){
fill(#FFFF00);
for(i=0;i<PI*30;i+=PI/18){
r=i%(PI/4)<PI/8?.5:.3;
circle(w+i*r*cos(i),h+i*r*sin(i),4-i/10);
}
}

2 7