visuals section - all gifs and updated READMEs - mega commit

This commit is contained in:
Xevion
2019-12-10 03:18:06 -06:00
parent 25bd56ebf0
commit e47b07967d
18 changed files with 47 additions and 11 deletions

View File

@@ -2,7 +2,8 @@ def setup():
size(750, 750)
frameRate(250)
background(0)
noLoop()
s = 0
multi = 12.0
def draw():
@@ -18,3 +19,6 @@ def draw():
fill(0, 0, 0, 0)
triangle(-30*multi, 30*multi, 0, -30*multi, 30*multi, 30*multi);
popMatrix();
def mouseClicked():
loop()