//=time() ?>
#WhoWouldWin?
#RandomEncounter
Gamora
Vs
Deathstroke
#comicbattles
Notice how Mommy takes you further and further away from the worries and cares of your mortal life. Ushering you into a hypnotic state of pleasure and ecstasy with each stroke, each word a twirl of her fingertip upon your glistening, pink head...
You’ll do a #FF for Mommy right?
#FanArtFriday Check out my fan art of @Esai_Morales as #Deathstroke in @DCUTitans I hope you like it! #DCUFANART @TheDCUniverse
@NationalGallery @TheHughLane @NatMus_SWE @MuseeOrsay And to see so many more paintings only previously experienced through reproductions: discovering their surface, the brush strokes, the lines of bright colour, the audacity!
More posts to come! Bravo to Sylvie Patry and teams ! Il était temps ! Berthe Morisot @MuseeOrsay 2019.
@yoonbrows OMG EUN 😭😭😭😭💗💗😭💗💗😭😭💗😭💗😭💗😭💗 bandana yoongi this is amazing eun, the colors the strokes everything
Great show last weekend! Made money, had my ego stroked off, always a nice combination.
When I do this technique using page white, the urge to do an inverted dark version with super contrasty cum is too huge to ignore. Patreon subscribers can enjoy that: https://t.co/KB2oklmqKY
Radiant light streaks from behind the clouds in this dramatic cloudscape. The thick, impasto brushstrokes capture the energy and motion of the wide outdoors.
Radiant Light
by Erin Hanson, 2019
https://t.co/8J42ATOG89
#Impressionism #CaliforniaArtist
def setup():size(400,400)
def draw():
colorMode(HSB,2,2,2)
a=lambda i,x,y,z: abs(cos(y+i)+sin(x+(frameCount*.1-4)*z))%2
f=lambda t:(a(0,*t),a(3,*t),a(6,*t))
[[stroke(*f(f(f((i*.03,j*.03,1))))),point(i,j)]for i in range(400) for j in range(400)]
#つぶやきProcessing
n=noise
def a(i,x,y,z):return sin((n(i)*x+n(i+1)*y+n(i+2)*z)*6)+1
def f(t):return a(0,*t),a(3,*t),a(6,*t)
size(400,400)
colorMode(RGB,2,2,2)
for i in range(width):
for j in range(height):
stroke(*f(f(f((i*.01,j*.01,1)))))
point(i,j)
#つぶやきProcessing
September 23rd, a great day for releases:
David Bowie “Heroes” ‘77
The Stranglers “No More Heroes” ‘77
Blondie “Parallel Lines” ‘78
Siouxsie and the Banshees “Dear Prudence” ‘83
Pixies “Trompe le Monde” ‘91
Primal Scream “Screamadelica” ‘91
The Strokes “Someday” ‘02
Whenever you think of me you feel that deep craving so strong needing to be completely addicted to Mommy needing to be dolled up by Mommy needing to be stroked and you’re here you feel that deep craving so strong, always getting stronger and stronger, impossible to resist Mommy.
You're going to stroke yourself stupid. Devote your time to me and slip deep. Deep into submission. Come closer to me. That's what you want after all, right? To be looked down on. To be brainwashed. Get so excited being brainwashed that it makes others want to be brainwashed.
The bold and dynamic brushstrokes of Pascale Taurua illustrates the symbol of feminine strength dominant in her portfolio of original artwork: https://t.co/s8PJoEauTd
float i,s,t,x,y,n=300;size(600,600,P2D);colorMode(HSB,9);background(9);noFill();
beginShape();
for(i=0;i<n/2;i++){
strokeWeight(20*random(-1,1));stroke(random(9),8,8);
s=random(n*.9);t=random(PI*2);x=s*cos(t);y=s*sin(t);
curveVertex(x+n,y+n);}
endShape(CLOSE);
#つぶやきProcessing
The painting rises from the brushstrokes as a poem rises from the words. The meaning comes later.
- Joan Miro.
im trying to draw them using less pen strokes and i kinda like these 😳
float i,s,t,x,y,n=300;
size(600,600,P2D);
colorMode(HSB,9);
background(9);
noStroke();
beginShape();
for(i=0;i<n/2;i++){
fill(random(9),9,9);
s=random(n*.9);
t=random(PI*2);
x=s*cos(t);
y=s*sin(t);
curveVertex(x+n,y+n);
}
endShape(CLOSE);
#つぶやきProcessing
Don't get up
I can't see the sunshine
I'll be waiting for you
'cause i'm through☀️
#MNl48 #MNL48Dian #thestrokes
float a,b,x,y,d,r=800,h=400,s=200;
void setup(){
size(800,800);}
void draw(){
background(#EFF2D0);
for(x=0;x<=r;x+=s){for(y=0;y<=r;y+=s){
d=norm(dist(h,h,x,y),h,0);
b=sin(d+x+y+a)*s;
fill(0,d*20);
strokeWeight(abs(d*2));
ellipse(h,h,x+b,y+b);
}}a-=.04;}
#つぶやきProcessing