Update README.md

main
Alexandre B A Villares 2020-04-06 14:23:27 -03:00 zatwierdzone przez GitHub
rodzic 08fbb53a35
commit e00c73a67d
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 22 dodań i 0 usunięć

Wyświetl plik

@ -17,12 +17,34 @@ You may also support my artistic work, open educational resources and research u
## 2020
---
![sketch_2020_04_05a](2020/sketch_2020_04_05a/sketch_2020_04_05a.gif)
[sketch_2020_04_05a](https://github.com/villares/sketch-a-day/tree/master/2020/sketch_2020_04_05a) [[Py.Processing](https://villares.github.io/como-instalar-o-processing-modo-python/index-EN)]
```python
axiom = 'L'
rules = {
'L': '[-RF[-LF+]]',
'R': '[+LF[+RF-]]',
}
```
---
![sketch_2020_04_04a](2020/sketch_2020_04_04a/sketch_2020_04_04a.png)
[sketch_2020_04_04a](https://github.com/villares/sketch-a-day/tree/master/2020/sketch_2020_04_04a) [[Py.Processing](https://villares.github.io/como-instalar-o-processing-modo-python/index-EN)]
```python
axiom = 'L'
rules = {
'L': '-RF[-L]',
'R': '+LF[+R]',
}
```
---