kopia lustrzana https://github.com/villares/sketch-a-day
main
rodzic
a580784071
commit
0322af6f72
Plik binarny nie jest wyświetlany.
Po Szerokość: | Wysokość: | Rozmiar: 26 KiB |
|
@ -1,12 +1,12 @@
|
||||||
# L-System
|
# L-System
|
||||||
|
|
||||||
iterations = 7
|
iterations = 7
|
||||||
stroke_len = 300
|
stroke_len = 600
|
||||||
angle_deg = 30
|
angle_deg = 45
|
||||||
axiom = "G"
|
axiom = "G"
|
||||||
sentence = axiom
|
sentence = axiom
|
||||||
rules = {
|
rules = {
|
||||||
"F": "F--F++F",
|
"F": "F--F++F",
|
||||||
"G": "+GFH[-GF]",
|
"G": "+GFH[-GF]",
|
||||||
"H": "HH",
|
"H": "HH",
|
||||||
}
|
}
|
||||||
|
|
|
@ -20,6 +20,14 @@ You may also support my artistic work, open teaching resources and research with
|
||||||
|
|
||||||
## 2019
|
## 2019
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
[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](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)]
|
[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)]
|
||||||
|
|
Ładowanie…
Reference in New Issue