kopia lustrzana https://github.com/villares/sketch-a-day
Update README.md
rodzic
68fe4e7444
commit
79f2991b91
22
README.md
22
README.md
|
|
@ -17,6 +17,28 @@ You may also support my artistic work, open educational resources and research u
|
|||
|
||||
---
|
||||
|
||||

|
||||
|
||||
[sketch_2020_03_24a](https://github.com/villares/sketch-a-day/tree/master/2020/sketch_2020_03_24a) [[Py.Processing](https://villares.github.io/como-instalar-o-processing-modo-python/index-EN)]
|
||||
|
||||
L-System with rules for a Hilbert Curve. Studies for Rosetta Code.
|
||||
|
||||
```
|
||||
axiom = "L"
|
||||
rules = {
|
||||
'L': '+RF-LFL-FR+',
|
||||
'R': '-LF+RFR+FL-',
|
||||
}
|
||||
```
|
||||
|
||||
---
|
||||
|
||||

|
||||
|
||||
[sketch_2020_03_23a](https://github.com/villares/sketch-a-day/tree/master/2020/sketch_2020_03_23a) [[Py.Processing](https://villares.github.io/como-instalar-o-processing-modo-python/index-EN)]
|
||||
|
||||
---
|
||||
|
||||

|
||||
|
||||

|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue