画質 高画質

NOT THE FACE! It was totally the face. She's still processing.

1 6

For you perusal the cover to Issue No.57, via sketch

0 0

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)

2 13

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

4 11

system initializing with number 12 via sketch

3 6

I'm back home, unpacking my suitcases, catching up on sleep and still processing the magic that was . 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

0 6

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);
}

1 2

system initializing with number 39 via sketch

1 2

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);
}
}

16 84

For you perusal the cover to Issue No.19, via sketch

0 0

『Curve × Grid』
base: Cissoid

0 6