diff --git a/README.md b/README.md index efb32d28..5ef5feea 100644 --- a/README.md +++ b/README.md @@ -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)]