//=time() ?>
Daydream.
dd-200912040501
🙄💭https://t.co/SqJ8ZrUFNj
#processing #generative #creativecoding
Geek info: z*(1+i) - 1 + c. https://t.co/r4NwgvWfj7 #fractals #generative #digitalArt #Processing
The wheels of #CartersCastle grind exceeding slow......
Now processing items from 2016 .... wait for it ... back 2009 (ELEVEN years ago!)
And these aren't dregs, they're #silver bits of jewellery and other little bits that I've never got around to processing!
Embarrassed? NAH!
Just Another Nervous Wreck.
janw-200908080140
🛸https://t.co/cTFCRDgRFP
#processing #generative #creativecoding
float t,r,T;
void setup(){size(720,720);noStroke();colorMode(HSB);}
void draw(){
clear();
t+=.003;
for(r=0;r<TAU*9;r+=.2){
fill(r*r%255,99,255,T=tan(r+t)*99);
arc(cos(2*r+t)*r*9+90+T,sin(9*r+t)*r*9+360+T,r,r*8,r,r+PI/2);
}
copy(0,0,360,720,720,0,-360,720);
}
#つぶやきProcessing
Want to really learn #Photoshop?
🌟Get the Core Skills Photoshop Compositing - Processing - Typography and Output Video Course! 🌟Get A Bonus of 80 Premium Stock Photos + 16 PSD Art Files Included! https://t.co/UmzoVB6dJ4
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);}
#つぶやきProcessing
Going In Circles.
gic-200906040501
✅ https://t.co/SesBI8D591
#processing #generative #creativecoding
#つぶやきProcessing
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))