Alexandre B A Villares 2019-11-28 23:56:17 -02:00
rodzic a580784071
commit 0322af6f72
3 zmienionych plików z 11 dodań i 3 usunięć

Plik binarny nie jest wyświetlany.

Po

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

Wyświetl plik

@ -1,12 +1,12 @@
# L-System
iterations = 7
stroke_len = 300
angle_deg = 30
stroke_len = 600
angle_deg = 45
axiom = "G"
sentence = axiom
rules = {
"F": "F--F++F",
"F": "F--F++F",
"G": "+GFH[-GF]",
"H": "HH",
}

Wyświetl plik

@ -20,6 +20,14 @@ You may also support my artistic work, open teaching resources and research with
## 2019
---
![sketch_191128a](2019/sketch_191128a/sketch_191128a.png)
[sketch_191128a](https://github.com/villares/sketch-a-day/tree/master/2019/sketch_191128a) [[Py.Processing](https://villares.github.io/como-instalar-o-processing-modo-python/index-EN)]
---
![sketch_191127a](2019/sketch_191127a/sketch_191127a.png)
[sketch_191127a](https://github.com/villares/sketch-a-day/tree/master/2019/sketch_191127a) [[Py.Processing](https://villares.github.io/como-instalar-o-processing-modo-python/index-EN)]