//=time() ?>
NOT THE FACE! It was totally the face. She's still processing.
#dnd #dungeonsanddragons #ttrpg #drow #art #characterdesign
For you perusal the cover to #dark #comic Issue No.57, via #generative #processing sketch
size(400, 400)
translate(200, 200)
background(0)
noStroke()
blendMode(DIFFERENCE)
for _ in range(3):
fill(random(255), random(255), random(255))
for i in range(20):
rotate(random(1))
ellipse(50, 0, 40, 500)
#つぶやきProcessing
@artsenka Hey i'm Yokiie !
I really enjoy surreal, dreamy imagery/concepts and take inspiration from cyberpunk, 80's and vaporwave aesthetics. I'm a graphic designer and also love photography, post-processing and editing!
🌸https://t.co/HG1NIYRhFF
🌸https://t.co/QxnD6ZC4YH
system initializing with #art #poetry number 12 via #generative #processing sketch
Triangles · 20190915.1
· · ·
#processing #generative #creativeCoding #triangles #geometric #abstract
I'm back home, unpacking my suitcases, catching up on sleep and still processing the magic that was @lightboxexpo . I didn't know I could feel so welcomed and actually be part of this community, which I've been following for years from my little corner. … https://t.co/aCp4d2zkvK
size(500,500);
background(255);
for(int x=0;x<500;x++){
if(x%2==0){continue;}
line(x,0,500,x);
line(500,x,500-x,500);
line(500-x,500,0,500-x);
line(0,500-x,x,0);
}
#つぶやきProcessing
system initializing with #art #poetry number 39 via #generative #processing sketch
float r,d,s,W=360;
noStroke();
size(720,720);
for(r=W;r>=0;r-=20){
d=0;
s=random(TAU);
while(d<=TAU){
fill(r/4,d*30,d*8+99);
beginShape(11);
vertex(W,W);
vertex(cos(s+d)*r+W,sin(s+d)*r+W);
vertex(cos(s+(d+=random(PI/2)))*r+W,sin(s+d)*r+W);
}
}
#つぶやきProcessing
For you perusal the cover to #dark #comic Issue No.19, via #generative #processing sketch
Ongoing experiments with generative brushstrokes in @p5xjs
https://t.co/bUNja41MOc
#generative #processing #p5js #generativeart #codeart #javascript #creativecoding