main
Alexandre B A Villares 2018-03-08 23:50:40 -03:00
rodzic 74f1bd8e3c
commit 90e796f05d
3 zmienionych plików z 10 dodań i 0 usunięć

Wyświetl plik

@ -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)]

BIN
s067/s067.gif 100644

Plik binarny nie jest wyświetlany.

Po

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

Wyświetl plik

@ -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):