//=time() ?>
@redheadhurrican and @AmmonLoveless recently commissioned me to paint their sweet pup Pi, so I recorded a little speedpaint of the process! 🐶
https://t.co/5CMoAkAT5t
@koeitecmoeurope I like those 4 the most! Zhou Tai, Cao Pi, Lu Lingqi and Sima Zhao, but I have so many favorites, such as Cao Cao, Lu Bu, Sun Ce, Lianshi, Lu Xun, Liu Bei etc ! I love Dynasty Warriors series!
【お知らせ】(~6/15)
只今よりデースちゃんのクッション・浮き輪の頒布を開始します
24000 180*60Pi
14500 150*50Pi
11700 120cm浮き輪
今回多くの割引等用意しました
特にみなと様のfanbox会員様向けがございますっ
https://t.co/YD08x3psFV
ご希望の個数を添えて、DMよろしくおねがいします
#つぶやきProcessing
#タロット 月
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);
}
}
Happy birthday mister pi- horse man @Technothepig sorry its not as cool as all the others lmao💕
#つぶやきProcessing
#タロット 星
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);
}