From e03d42217d77697641a716fed2444394d4b4ab14 Mon Sep 17 00:00:00 2001 From: Alexandre B A Villares Date: Sun, 22 Sep 2019 19:17:32 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 378673eb..a120fe6d 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ You may also support my artistic work, open teaching resources and research with ## 2019 -— +---

#つぶやきProcessing #Python
w,h=500,250
def setup():size(w,w)
def draw():
background(h/2,h/2,h);translate(h,h)
a,k=0,sin(frameCount/30.)
while a<TWO_PI:
i,j=sin(a),cos(a)
n=noise((abs(i)+i+j),(abs(j)+j+i),k)
x,y=n*h*sin(a),n*h*cos(a)
line(0,0,x,y)
a+=.004 pic.twitter.com/ygkwh2KKxG

— Alexandre B A Villares ☂ (@villares) September 22, 2019