//=time() ?>
ROWAN TREE The Tree which above all others offers protection against #fairy enchantments and #witchcraft; specially effective is a staff or cross made of Rowan. Images: Paul Wood Roffe, 1905; Arthur Rackham #BotanicalGothic
Since 2005; InvestComics.
Hot comics and collectibles.
LINK-> https://t.co/LicrXReqAn
#comics #venom #cosplay #toys #blog #wolverine #marvel #dccomics #marvelcomics #art #hot #fun #collector #crossover
Midnight post.
Since 2005; InvestComics. Hot comics and collectibles.
LINK-> https://t.co/LicrXReqAn
#comics #blog #cosplay #babe #thot #wolverine #marvel #dccomics #batman #marvelcomics #art #hot #fun #collector #crossover
The Bat-sign... The Boys-Signal. (Today, 2x05; tomorrow, #BatmanDay )
.
.
#TheBoys #Butcher #Starlight #Homelander #amazon #art #fanart #draw #drawing #paint #painting #illustration #image #picture #colour #sketch #portrait #USA #UK #Zaragoza #conceptart #batman #batmanday
float t,x,y,r,N;void setup(){size(720,720);};void draw(){clear();t+=.005;for(y=0;y<780;y+=60)for(x=0;x<780;x+=60)for(r=0;r<TAU;r+=TAU/((x+y)/60%9+2))curve(x,y,x,y,x+cos(r+(N=noise(x,y,t)*9))*cos(t+N)*30,y+sin(r+N)*sin(t-N)*30,cos(r+x)*30*N+x,sin(r+x)*30*N+y);}
#つぶやきProcessing
Apparently there's a high school art vs. now event happening? I was in high school 2001-2005; these are circa 2004 vs. 2019-2020. Look, baby Guardian! (The first pages of what would become Lanterns of Arcadia were done in 2003) #HighSchoolArt
Day 05; a song that needs to be played loud
ANGEL VOICES - VIRTUAL SELF
The first song I've played on Beat Saber (due to time out) and the song was stuck in my head (besides sore arms)
#30DaySongChallenge
#つぶやきProcessing float x,y,n=random(30);
void setup(){size(900,900);stroke(#cda37a,60);noFill();blendMode(SUBTRACT);}
void draw(){strokeWeight(noise(n)*2+0.5);push();translate(450,450);rotate(noise(n+0.1)*2*PI);x=noise(n)*800;y=noise(3*n)*800;ellipse(0,0,x,y);pop();n+=0.005;}
A summery snap, for when Wellington's weather is anything but 🙃 This is a postcard of Days Bay jetty in c. 1905; find it on our Recollect site: https://t.co/dNuRDzHIAY #ThrowbackThursday
Landsknechte.
Locotenent (Lieutenant-colonel), 1545; Captain and Schultheiß (judge), 1520; Standard bearer, 1505; Doppelsöldner of the Black Legion, 1520; Sutleress and Provost; Arquebusier and Pikeman, 1520; Gemeinweibel (community leader), Willibald Pirckheimer Regiment, 1529.
Some throwbacks of Vinci! The first one is a Norman Rockwell spoof from 2005; the other is an expression sheet from about hrair years ago.
Mr. Coco these days is taking up residence on Valentine’s bed.
Cover illustration, "Seven Little Dogs" by Mev. Stork Kruyff, 1905; Koninklijke Bibliotheek, Den Haag #dogs #doglover #petpainting #dogpainting #dogart #illustration #illustrationart
Dragon || A5 || Copic Multiliner SP 0,05; Watercolours
__
☕️https://t.co/ENnjbhSRKm
[RTs appreciated💕🔥] NTKL is back with a new look + 6 new products, including my first shirt!
also hosting a giveaway until 05/05; just follow and RT for a chance to win $20 worth of products. no giveaway accounts. will ship internationally
https://t.co/xoLj3flMa4
@shiffman float noisy=0;float offset=0;float size=0.04;void setup(){size(280,100);}void draw(){int i=0;for(int x=0;x<280;x+=10){for(int y=0;y<100;y+=10){noisy=map(noise(x*size+offset,y*size+offset),0,1,-2,2);int flag=(i%2);fill(255*flag);rect(x+noisy,y+noisy,10,10);i++;}i++;}offset+=0.05;}