diff --git a/2019/sketch_191229a/sketch_191229a.gif b/2019/sketch_191229a/sketch_191229a.gif new file mode 100644 index 00000000..286964b8 Binary files /dev/null and b/2019/sketch_191229a/sketch_191229a.gif differ diff --git a/2019/sketch_191229a/sketch_191229a.pyde b/2019/sketch_191229a/sketch_191229a.pyde index 79b9a5bc..bc686e86 100644 --- a/2019/sketch_191229a/sketch_191229a.pyde +++ b/2019/sketch_191229a/sketch_191229a.pyde @@ -47,3 +47,5 @@ def keyPressed(): background(0) pontos[:] = [] set_points() + if key == 's': + saveFrame("i####.png") diff --git a/README.md b/README.md index 2903bce6..af5eb4cd 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,28 @@ You may also support my artistic work, open teaching resources and research with ## 2019 + +--- + +![sketch_191229a](2019/sketch_191229a/sketch_191229a.gif) + +[sketch_191229a](https://github.com/villares/sketch-a-day/tree/master/2019/sketch_191229a) [[Py.Processing](https://villares.github.io/como-instalar-o-processing-modo-python/index-EN)] + +Combining 191228 with 191226 :) + +--- + +![sketch_191228a](2019/sketch_191228a/sketch_191228a.png) + +[sketch_191228a](https://github.com/villares/sketch-a-day/tree/master/2019/sketch_191228a) [[Py.Processing](https://villares.github.io/como-instalar-o-processing-modo-python/index-EN)] + +--- + +![sketch_191227a](2019/sketch_191227a/sketch_191227a.png) + +[sketch_191227a](https://github.com/villares/sketch-a-day/tree/master/2019/sketch_191227a) [[Py.Processing](https://villares.github.io/como-instalar-o-processing-modo-python/index-EN)] + + --- ![sketch_191226c](2019/sketch_191226c/sketch_191226c.gif)