L-system Graphics
L-systemグラフィックス / 1968– / 기법 / Computational Expression
L-system graphics rewrite symbol strings in parallel and interpret them as drawing, turning a few rules into recursively growing plants, trees, mycelia and ornaments.
Branches repeating one angle rule from a trunk / Self-similar detail increasing by generation / Leaves or flowers attached regularly at tips and joints / A growth grammar that survives controlled randomness

사전 항목
- 적합한 용도
- Modeling plant growth in education, visualization and generative motion · Making reproducible branching patterns and ornament from a small rule set
- 타이포그래피
- Set rules and generation numbers in monospace outside the generated form.
- 구성
- Anchor one root and plan how each generation expands into the available field.
- 재료
- Define symbols, productions, angle, line length and stack operations, updating all symbols in parallel per generation.
- 주의
- Mirroring branch photography is not an L-system. Preserve the production rules that generate each generation.
- 더 읽을거리
- Lindenmayer systems / Parallel string rewriting / Turtle interpretation and branching
관련 항목
이 항목을 인용하기
사전은 링크되기 위해 있다. 글을 쓰는 자리에 맞는 형식을 그대로 가져가면 된다.
- Link
- https://indexstyle.org/ko/styles/l-system-graphics
- Markdown
- [L-system Graphics — IndexStyle](https://indexstyle.org/ko/styles/l-system-graphics)
- HTML
- <a href="https://indexstyle.org/ko/styles/l-system-graphics">L-system Graphics — IndexStyle</a>