kopia lustrzana https://github.com/villares/sketch-a-day
20a_gif_readme
rodzic
aaebc70664
commit
6d9d2c9a2e
Plik binarny nie jest wyświetlany.
Po Szerokość: | Wysokość: | Rozmiar: 3.2 MiB |
|
@ -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():
|
||||
|
|
|
@ -23,12 +23,17 @@ Get updates from my sort-of-weekly newsletter: [[sketch-mail](https://tinyletter
|
|||
## 2019
|
||||
|
||||
---
|
||||
|
||||
|
||||

|
||||
|
||||
[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](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)]
|
||||
|
||||
|
||||
---
|
||||
|
||||

|
||||
|
|
Ładowanie…
Reference in New Issue