main
villares 2019-04-01 15:53:15 -03:00
rodzic 130a920bb7
commit 3c2f74eec5
1 zmienionych plików z 6 dodań i 4 usunięć

Wyświetl plik

@ -1,14 +1,16 @@
# Alexandre B A Villares - https://abav.lugaralgum.com/sketch-a-day
from __future__ import division
SKETCH_NAME, OUTPUT = "sketch_190331a", ".gif"
"""
Mostly broken
"""
from random import choice
from arcs import poly_filleted
add_library('GifAnimation')
from gif_exporter import gif_export
"""
Oh, the difference a grid makes!
"""
SKETCH_NAME, OUTPUT = "sketch_190330a", ".gif"
SPACING, MARGIN = 100, 100
X_LIST, Y_LIST = [], [] # listas de posições para elementos
rad_list = [10, 20, 30, 40]