kopia lustrzana https://github.com/villares/sketch-a-day
Update README.md
rodzic
e00c73a67d
commit
66246b716b
19
README.md
19
README.md
|
|
@ -16,6 +16,22 @@ You may also support my artistic work, open educational resources and research u
|
||||||
|
|
||||||
## 2020
|
## 2020
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
[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)]
|
[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
|
```python
|
||||||
axiom = 'L'
|
axiom = 'L'
|
||||||
rules = {
|
rules = {
|
||||||
'L': '[-RF[-LF+]]',
|
'L': '[-RF[-LF+]]',
|
||||||
'R': '[+LF[+RF-]]',
|
'R': '[+LF[+RF-]]',
|
||||||
}
|
}
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
|
||||||
Ładowanie…
Reference in New Issue