-
L-systems, or Lindenmayer systems, are a mathematical formalism proposed by the biologist Aristid Lindenmayer in 1968. They were initially developed to model the growth processes of plant development …
-
Panics if system/foo.ls has no new line at end of file:
```
eddy@aptonia:~/usr/src/rustfest2019-lindenmayer-systems-workshop/l-systems-material/code $ tail -n2 system/plant.ls ; echo 'aaaa'
X => …
eddyp updated
5 years ago
-
From ABOP 1.7
Example here: https://github.com/nylki/lindenmayer/blob/main/docs/index.md#stochastic
-
Follow https://github.com/nylki/lindenmayer/blob/main/docs/index.md#context-sensitive-using-production-objects-more-below
-
Your documentation https://docs.racket-lang.org/lindenmayer/ has disappeared. It's looking like there was a recent build problem? I'm guessing that the racket website has packages disappear without …
-
### Using L-Systems we can:
- generate trees and other vegetation
- generate 2d patterns for use as texture overlays
- generate world geometry like labyrinths or even whole cities
### Resources:
- htt…
-
There is a JRubyArt (_an implementation of processing in ruby_) [version](http://rosettacode.org/wiki/Hilbert_curve#Ruby) based on a Lindenmayer System it should be possible to convert to run in vanil…
-
Things to be documented:
Current state as in **0.8-dev**
## Creating Patterns
- [ ] Euclid
- [x] euclidian rhythm params as patterns
- [ ] e'
- [ ] en
- [x] the shift parameter
- [x] Transiti…
-
When creating an LMS assignment, the Google picker will display all documents the user has access to. Some of those documents will be shared with the user as "view only"; they do not have permission t…
-
## TODO
- [x] chew
- [x] cycleChoose
- [ ] deconstruct - implement in Show?
- [ ] every' (everyBack?)
- [ ] fastSqueeze
- [ ] fit
- [ ] fit'
- [x] foldEvery (better name?)
- [ ] ghost
- [ …