diff --git a/README.md b/README.md index 076bd1e5..6ca6a94e 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,14 @@ If you enjoy this, make a small donation [here](https://www.paypal.com/cgi-bin/w ---- +![s067](s067/s067.gif) + +067: [code](https://github.com/villares/sketch-a-day/tree/master/s067) [[Py.Processing](https://villares.github.io/como-instalar-o-processing-modo-python/index-EN)] + +Something else. + +---- + ![s066](s066/s066.gif) 066: [code](https://github.com/villares/sketch-a-day/tree/master/s066) [[Py.Processing](https://villares.github.io/como-instalar-o-processing-modo-python/index-EN)] diff --git a/s067/s067.gif b/s067/s067.gif new file mode 100644 index 00000000..ef1d999f Binary files /dev/null and b/s067/s067.gif differ diff --git a/s067/s067.pyde b/s067/s067.pyde index 3621f045..6d053413 100644 --- a/s067/s067.pyde +++ b/s067/s067.pyde @@ -15,6 +15,8 @@ def draw(): D = map(mouseY, 0, height, 1, 3+N) print(N, D) poly_shape(width/2, height/2, N, D) + + if not frameCount % 10: saveFrame("s####.tga") def poly_shape(x, y, angle, D):