画質 高画質

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

プログラミングで絵やアニメーションを制作しています!


作品&コード
🖼️ https://t.co/DQmTwLKzGh
🖼️ https://t.co/7CSUcPqUno

note(作品やブログ更新をお知らせ!)
📒 https://t.co/NeAtiyJAmk

BOOTHにてデイリーコーディング本DL販売中!
📚 https://t.co/5AHKZxbFM7

1 22



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

1 5



float w,h,i,r;
size(300,500);
noStroke();
clear();
for(w=0;w<310;w+=99)
for(h=-w/2;h<610;h+=99){
fill(#888888);
circle(w,h,99);
fill(#FFFF00);
for (i=0;i<PI*30;i+=PI/4){
circle(w+i*.6*cos(i+w+h),h+i*.6*sin(i+w+h),10-i*i/810);
}
}

2 5

To my Merfolk,
I hope you've all had an excellent MerMay. 🧜‍♀️
Photo back from a time when I still had white hair.

Photo by: Chris Menges.
Costume and Post-Processing: By yours truly.

5 63

Hello guys! This is the 2020 May Content update and recap, Thank you very much for supporting!~
Content Pledges Start Processing on 2020 June 1st-6th.
Content will releases by June 6th Thanks!
Patreon:https://t.co/4ILtbbIh7c
Gumroad:https://t.co/VezWwoCAXm

17 364