画質 高画質

float t,x,y,r,N;void setup(){size(720,720);};void draw(){clear();t+=.005;for(y=0;y<780;y+=60)for(x=0;x<780;x+=60)for(r=0;r<TAU;r+=TAU/((x+y)/60%9+2))curve(x,y,x,y,x+cos(r+(N=noise(x,y,t)*9))*cos(t+N)*30,y+sin(r+N)*sin(t-N)*30,cos(r+x)*30*N+x,sin(r+x)*30*N+y);}

48 229

“Be kind to yourself, you’ve been through so much”

I’ve been doing a ton of growing this year , in just processing past & new traumas, learning about my needs, learning to be OK with having needs, and just becoming more sympathetic with myself. It’s hard, but so worth it.

18 153


R=random
size(724,724)
clear()
L=range(3000)
for j in [0]*25:
r=0;filter(BLUR,2)
for i in L:t=i*2.52;t/=2;c=R(999);stroke(c,c-r*9+R(300),c-r*2+R(100),300-r);x=r*cos(t)+R(30)+362;point(x,.3*r*sin(t)+R(9)+420-x*.2);r+=.1
for j in L:circle(R(724),R(724),R(2))

9 33

よくわからんけど最近勉強したProcessingの作例。

0 6

setup=_=>{createCanvas(w=720,w)//#つぶやきProcessing
C=['#fbb','#694','#333','#fff']
a=new Date()%2
fill(C[a])
stroke(C[a+2])
v=40
u=10*sqrt(3)
f=s=>triangle(0,0,20,0,30,s*u)
for(k=v*v;k--;){
push()
translate(k%v*30,u*2*(k/v|0)-k%v*u)
for(i=6;i--;)rotate(PI/3),f(1),f(-1)
pop()}
}

5 11

doodles of me reacting to matt watsons ep because thats how im processing it rn. last tweet i promise i just cant stop absorbing these 17 mins over and over like a sponge

0 13

TwitterのIDから、そのユーザーの写真を分析?表示?するアプリを作りました。
それぞれの方の傾向が見えて面白いです。

とりあえず、好きなフォトグラファーさん、友達、海外の好きなYouTuber2組。






3 27

running arcs
https://t.co/2xMme6LMqo
この形まで持っていくのに苦労した…
でもなかなか便利な表現方法をいくつかゲットできた

4 31

I'm done with trying to loop things, so back to lerp-ing I guess :-/

0 1

The cutest golden boy ~ 🌸🐰

I was still processing the Dynamite mv and then Jungkook appeared with that lil bun. This man srly 🥺💕

4 11

講評で画像開かれなかったの悲しいから見て欲しい…
processingのプログラムを少し変えて変化したものを提出する課題。
点・線・面を意識してました。

0 30

system initializing with number 35 via sketch

2 7