//=time() ?>
Annnnndddd my progress as a gif. Oh yes, I drew every line on those flowers, stroke by stroke 😵
Was supposed to be a little warm-up sketch, but I really got into this.
So here's pierced up Blakua stroking his thick, heavy cock in the rain.
sketch commission for @Randoxide! i had an epiphany when brainstorming and consider this a stroke of genius
Ahhhh this single strand of hair. Drawn in a single pink stroke. The way it flows through the more painterly hair beneath it, eventually blending in and out of the highlight. Exquisite. What a delightful journey!
The drawing and rendering on her swimsuit is STELLAR. So many good decisions. Super precise, confident mark making. GREAT (and highly original!) shapes! Reads so well from far away, and up close you can see huge elegant strokes that would work as an abstract painting!
If we, by some unfortunate stroke of luck in a universe where God doesn’t love us, somehow got another Fire Emblem character, I think Anna would be a good bet. She’s pretty representative of the series overall (and she’s cute). I’m just going with Heroes for relevance + cool axe.
Looks like there's a new mystery on Vector's desk; Where's the rest of the chaotic Team?...
Still experimenting with my paining skills, they're improving but I need to be less messy with my strokes.
#vore #vorebelly #bigbelly #belly #weightgain #MILF #vanilla #vanillarabbit
Practicing some lighting. Not sure if I got the left side of the face right.
#practicingpainting #digitalartgallery #galleryarts #procreateartists #procreateartapp #digitalart #procreatesketch #brushstroke #sketchinganimals #illustratedart #foxartwork #digitalart #art
@MisterMiracleIs I think I might've just designed him on the page. A few fun facts on my Deathstroke design- His gloves and belt inspired by Batman 89 pieces. Leg armor from Metal Gear Solid. His sword is riff off the Kurgan sword from Highlander.
started from quick sketch then brushstrokes🤔 muse: @solangeknowles new!🤘🏾 pls share ❤️
float r,d,p;
size(720,720);colorMode(HSB);noStroke();clear();for(r=0;r<TAU*7;r+=.72)for(d=0;d<400;d++){fill(220+(p=1-int(r/TAU)*.1)*99,d/2,255-d/2);push();translate(cos(r+p)*d*p+360,sin(r+p)*d*p+360);rotate(r+p);circle(0,0,cos(d*.004)*sin(d*.008)*99*p);pop();}
#つぶやきProcessing
maou nobu is such a godsend for me, she is my last resort on the team but damn does she do the job, had to fight arjuna alter, nobu was left, 4k hp, vs arjuna's 120k on his last hp bar, and in a pure stroke of luck she hit 3 crits in a row with 10% 30% and 70%,, like wow
A great work by Ilya Repin, who painted only from life. His portraits stand out as realistic and life-like, yet they are so far beyond of being photographic (just look at the brushstrokes). Art historians refer to him as the ‘Master of psychological portraits’.
#art @lizlevrome
Morisot’s philosophy was to paint light & dissolve colour into component parts for the eye to mix. Critics have described this as feathery brushstrokes but that is to miss her goal. The Psyche Mirror (1876), Woman with a Fan (1876), Tureen & Apple (1877) & Summer (1878)
New illustration! #2B from #NieRAutomata (YoRHa No.2 Type B). With a smoother painting than usual, this style is easier for me. I'll keep practicing a more 'stroked' style.
float x,y,d,r,O;
size(720,720);
rectMode(CENTER);
colorMode(HSB);
noStroke();
for(y=-30;y<780;y+=50){
for(x=-30;x<780;x+=50){
for(d=99;d>0;d--){
fill((x*y)%255,d*2,255-d*2);
square(x+cos(r=noise(x,y)*TAU*9)*(O=11-d/9),y+sin(r)*O,d/2);
}
}
}
#つぶやきProcessing