Update README.md

main
Alexandre B A Villares 2020-04-06 17:34:07 -03:00 zatwierdzone przez GitHub
rodzic e00c73a67d
commit 66246b716b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 18 dodań i 1 usunięć

Wyświetl plik

@ -16,6 +16,22 @@ You may also support my artistic work, open educational resources and research u
## 2020
---
![sketch_2020_04_06a](2020/sketch_2020_04_06a/sketch_2020_04_06a.gif)
[sketch_2020_04_06a](https://github.com/villares/sketch-a-day/tree/master/2020/sketch_2020_04_06a) [[Py.Processing](https://villares.github.io/como-instalar-o-processing-modo-python/index-EN)]
2020_04_04a revisited
```python
axiom = 'L'
rules = {
'L': '-RF[-L]',
'R': '+LF[+R]',
}
```
---
@ -23,13 +39,14 @@ You may also support my artistic work, open educational resources and research u
[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)]
Added the gif export code and brought back the 'auto-center and zoom' shortcut
```python
axiom = 'L'
rules = {
'L': '[-RF[-LF+]]',
'R': '[+LF[+RF-]]',
}
```
---