Loading video...
Video Failed to Load
//#つぶやきProcessing float n=1,t,r; void setup(){ size(800,800); } void draw(){ background(0); stroke(255,255-t*2,255-t*5,256-t*3); translate(400,400); for(r=0;r<TAU;r+=PI/n) line(n*sin(r*t),n*cos(r*t),(400-n)*sin(r),(400-n)*cos(r)); t+=.05; n+=.5; }
41,372 views • 1 year ago •via X (Twitter)
0 Comments
No comments available
Comments from the original post will appear here
