main
villares 2019-04-15 23:57:50 -03:00
rodzic c5ef6fc33f
commit c4efa650f1
4 zmienionych plików z 21 dodań i 1 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
# Alexandre B A Villares - https://abav.lugaralgum.com/sketch-a-day
"""
Unfold extrusion
"""
add_library('GifAnimation')
from gif_exporter import gif_export

Plik binarny nie jest wyświetlany.

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 128 KiB

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 60 KiB

Wyświetl plik

@ -97,3 +97,17 @@ def keyPressed():
pts = [] # empty pts
if key == "p":
println(pts)
def settings():
from os import path
global SKETCH_NAME
SKETCH_NAME = path.basename(sketchPath())
OUTPUT = ".gif"
println(
"""
![{0}](2019/{0}/{0}{1})
[{0}](https://github.com/villares/sketch-a-day/tree/master/{0}) [[Py.Processing](https://villares.github.io/como-instalar-o-processing-modo-python/index-EN)]
""".format(SKETCH_NAME, OUTPUT)
)

Wyświetl plik

@ -24,6 +24,12 @@ Get updates from my sort-of-weekly newsletter: [[sketch-mail](https://villares.o
---
![sketch_190415a](2019/sketch_190415a/sketch_190415a.png)
[sketch_190415a](https://github.com/villares/sketch-a-day/tree/master/sketch_190415a) [[Py.Processing](https://villares.github.io/como-instalar-o-processing-modo-python/index-EN)]
---
![sketch_190414a](2019/sketch_190414a/sketch_190414a.gif)
[sketch_190414a](https://github.com/villares/sketch-a-day/tree/master/sketch_190414a) [[Py.Processing](https://villares.github.io/como-instalar-o-processing-modo-python/index-EN)]