//=time() ?>
Born #OnThisDay in 1646: #HortenseMancini (1646-99), mistress of #CharlesII of England
Portrait by #JacobFerdinandVoet (1639-1700), ca. 1670-99
#Mancini #Mazarinettes
Born #OnThisDay in 1646: #HortenseMancini (1646-99), mistress of #CharlesII of England
Portrait with sisters Olympia & Maria by an Unknown Artist, 17th Century
#Mancini #Mazarinettes #SistersInArt
Wacomさんが提供されている望月けいさんの線画塗ってみました!
(@ key_999)
神絵師の線画を塗るのはとても楽しい!!
#PaintingwithWacom
ICYMI
Dragon Age II and Dragon Age Inquisition, alongside other EA games, are now available on Steam with more to come. Note that Origin is still used as the client software, however.
DA2 ($9.99) - https://t.co/RIO2G8fBUq
DAI ($19.99) - https://t.co/qJl9L7RVeR
Artwork of the Day: Midnight Magic (1999)
#art #artwork #abstractart #modernart
#つぶやき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);
}
}
#EscenariosGhibli Mágico nacimiento, en 'Mis vecinos los Yamada' (Isao Takahata, 1999).
アァ゜〜〜😇🙌(心臓マイナス999)
🌵←この下に僕埋まってるから実質墓ですわ…
水分も吸われて芽が生えてサボテンとなった…😇
やっとナゲラレタ…アゲミザワ…
エモートありがてぇよお😭4枚目かわいくない?
Tamashii Nations S.H. MonsterArts Monster Hunter Rathalos is up for preorder on Amazon ($129.99) https://t.co/n2n0tg54tM
Monster Hunter Nargacuga $79.99 https://t.co/bhqNiXvaVV
#つぶやき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);
}