Update README.md

main
villares 2020-03-28 00:22:02 -03:00
rodzic 64b1e33b56
commit 13daeb6515
1 zmienionych plików z 18 dodań i 19 usunięć

Wyświetl plik

@ -17,11 +17,28 @@ You may also support my artistic work, open educational resources and research u
---
![sketch_2020_03_27a](2020/sketch_2020_03_27a/sketch_2020_03_27a.png)
[sketch_2020_03_27a](https://github.com/villares/sketch-a-day/tree/master/2020/sketch_2020_03_27a) [[Py.Processing](https://villares.github.io/como-instalar-o-processing-modo-python/index-EN)]
```python
iterations = 7
stroke_len = 2600
angle_deg = 45
axiom = 'L'
sentence = axiom
rules = {
'L': '+RF[-RFR]-FR+',
'R': '-LF[+LFL]+FL-',
}
```
---
![sketch_2020_03_26a](2020/sketch_2020_03_26a/sketch_2020_03_26a.png)
[sketch_2020_03_26a](https://github.com/villares/sketch-a-day/tree/master/2020/sketch_2020_03_26a) [[Py.Processing](https://villares.github.io/como-instalar-o-processing-modo-python/index-EN)]
```python
axiom = 'L'
sentence = axiom
@ -32,24 +49,6 @@ rules = {
```
---
![sketch_2020_03_27a](2020/sketch_2020_03_27a/sketch_2020_03_27a.png)
[sketch_2020_03_27a](https://github.com/villares/sketch-a-day/tree/master/2020/sketch_2020_03_27a) [[Py.Processing](https://villares.github.io/como-instalar-o-processing-modo-python/index-EN)]
Based on [www.openprocessing.org/sketch/862451](https://www.openprocessing.org/sketch/862451)
by [@takawo](https://twitter.com/takawo)
---
![sketch_2020_03_26a](2020/sketch_2020_03_26a/sketch_2020_03_26a.png)
[sketch_2020_03_26a](https://github.com/villares/sketch-a-day/tree/master/2020/sketch_2020_03_26a) [[Py.Processing](https://villares.github.io/como-instalar-o-processing-modo-python/index-EN)]
Based on [www.openprocessing.org/sketch/862451](https://www.openprocessing.org/sketch/862451)
by [@takawo](https://twitter.com/takawo)
---
![sketch_2020_03_25a](2020/sketch_2020_03_25a/sketch_2020_03_25a.png)
[sketch_2020_03_25a](https://github.com/villares/sketch-a-day/tree/master/2020/sketch_2020_03_25a) [[Py.Processing](https://villares.github.io/como-instalar-o-processing-modo-python/index-EN)]