main
villares 2019-02-20 19:44:54 -03:00
rodzic aaebc70664
commit 6d9d2c9a2e
3 zmienionych plików z 9 dodań i 5 usunięć

Plik binarny nie jest wyświetlany.

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 3.2 MiB

Wyświetl plik

@ -31,7 +31,6 @@ def setup():
Y_LIST[:] = [y for y in range(MARGIN, 1 + height - MARGIN, SPACING)]
novo_desenho(desenho_atual)
desenho_inicial[:] = cp.deepcopy(desenho_atual)
println("'s' to save, and 'n' for a new drawing")
def draw():
global strips, desenho_atual, outro_desenho
@ -55,8 +54,8 @@ def draw():
outro_desenho[:] = cp.deepcopy(desenho_inicial)
desenho_plot(desenho)
# if frameCount % 4 == 0:
# gif_export(GifMaker, filename=SKETCH_NAME, delay=200)
if frameCount % 4 == 0:
gif_export(GifMaker, filename=SKETCH_NAME, delay=200)
#strips += 1
def keyPressed():

Wyświetl plik

@ -23,12 +23,17 @@ Get updates from my sort-of-weekly newsletter: [[sketch-mail](https://tinyletter
## 2019
---
![sketch_190220a](2019/sketch_190220a/sketch_190220a.gif)
[sketch_190220a](https://github.com/villares/sketch-a-day/tree/master/2019/sketch_190220a) [[Py.Processing](https://villares.github.io/como-instalar-o-processing-modo-python/index-EN)]
---
![sketch_190219a](2019/sketch_190219a/sketch_190219a.gif)
[sketch_190219a](https://github.com/villares/sketch-a-day/tree/master/2019/sketch_190219a) [[Py.Processing](https://villares.github.io/como-instalar-o-processing-modo-python/index-EN)]
---
![sketch_190218a](2019/sketch_190218a/sketch_190218a.gif)