Skip to content

Commit

Permalink
140 gif off
Browse files Browse the repository at this point in the history
  • Loading branch information
villares committed May 23, 2018
1 parent a974974 commit 5f2bc4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
9 changes: 4 additions & 5 deletions s140/s140.pyde
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Alexandre B A Villares - https://abav.lugaralgum.com/sketch-a-day
SKETCH_NAME = "s140" # 180520 Revisitig ideas from sketch s071 180312

add_library('gifAnimation')
from gif_exporter import *

# add_library('gifAnimation')
# from gif_exporter import *

def setup():
print_text_for_readme(SKETCH_NAME)
Expand All @@ -20,8 +19,8 @@ def draw():
px = border + space / 2 + x * space
py = border + space / 2 + y * space
poly_shape(px, py, TWO_PI / (x + 3), y, 4)
gif_export(GifMaker, frames=10, filename=SKETCH_NAME)
# noLoop()
# gif_export(GifMaker, frames=10, filename=SKETCH_NAME)
noLoop()

def poly_shape(x, y, angle, rnd, gen):
with pushMatrix():
Expand Down
1 change: 0 additions & 1 deletion s141/s141.pyde
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ SKETCH_NAME = "s141" # 180521 Revisitig ideas from sketch s071 180312
# add_library('gifAnimation')
# from gif_exporter import *


def setup():
print_text_for_readme(SKETCH_NAME)
size(700, 700)
Expand Down

0 comments on commit 5f2bc4b

Please sign in to comment.