kopia lustrzana https://github.com/villares/sketch-a-day
Update README.md
rodzic
08fbb53a35
commit
e00c73a67d
22
README.md
22
README.md
|
|
@ -17,12 +17,34 @@ You may also support my artistic work, open educational resources and research u
|
|||
## 2020
|
||||
|
||||
|
||||
---
|
||||
|
||||

|
||||
|
||||
[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](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]',
|
||||
}
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue