画質 高画質

Processing Code Refactoring 検査。🧪

3 11

Charles Xavier's graffiti
Before and after processing

2 23

Feeling vulnerable but I’ve finally released my song “Let It Go Easy Into the Night”. This one is super special to me, I wrote this song as a way of processing death & our mortality after the passing of my grandpa last year.

26 109

Quick 3D experiment using 's models for Giovanna and Eddie, with a bit of post-processing done in PS.

221 1613

Daydream.
Straight implementation of the Vector Field. 🙄💭 https://t.co/SqJ8ZrUFNj
dd-210812035501

12 34

Processing…70%…
พยายามวาดดออกไม้ แต่มีคนบอกว่านี่คือดอกคูณ 🤣

2 21

system initializing with number 28 via sketch

0 0

t=0
draw=_=>{t||createCanvas(W=720,W)
t++
colorMode(HSB)
blendMode(BLEND)
background(0,.02)
blendMode(ADD)
noStroke()
for(y=0;y<W;y+=180)for(x=-9;x<W+9;x+=2)fill((x/4+y/2)%360,75,W,.1)+square(x+noise(x/99,t/9)*6-3,(t+y+noise(x/W,y,t/W)*W)%720,4)}

14 26

タコのぶつ切りが迫ってくる夢を見ていません。😖🦑
https://t.co/IBdR5koApB

6 4

Processing is to generative art as the metal clasp on a brush is to impressionism, Happy 20th

3 17

The Cells collection has been added to my site, with the ability to download the images from this collection in high resolution 😉

https://t.co/swPbP9Nuio



# 2-827-981-504

1 13

RoboWolf Processing...
My commission, art by MXL 毛小乐

195 861

「網の巣」

f=0
draw=_=>{
f||createCanvas(500,500)
background(0)
noStroke()
for(i=0;i<TAU;i+=PI/6){
for(r=0;r<(R=f*7%490);r++){
t=int(f/70)
fill(255,255*sin(R/490*PI))
circle(500*noise(t)+r*cos(I=i+asin(sin(t+r/30))/PI),500*noise(t,9)+r*sin(I),r/30)
}
}
f++
}

4 18