画質 高画質

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


作品&コード
🖼️ 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

sounds like they're cutting you off

​from the generative portrait series "alternatives"

​​#generative

1 10

What happens when you mix a robotic canine with another canine? Well, he's "processing" the data right now!

This cutie named Radar belongs to who was kind enough to get this piece with me done by who is so good! Thank you to both!

147 576

random processing art while i try to unforget how to code

7 66