diff --git a/README.md b/README.md index 18fec60d..46eadbe0 100644 --- a/README.md +++ b/README.md @@ -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-]]', } - ``` ---