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