
2 min read
Lindenmayer.jl: Defining recursive patterns in Julia
Lindenmayer.jl is a Julia package for creating L-systems (recursive patterns) and drawing them with Luxor.jl.
2 articles

Lindenmayer.jl is a Julia package for creating L-systems (recursive patterns) and drawing them with Luxor.jl.
Lindenmayer systems (L-systems) use simple rules to generate complex turtle graphics, creating intricate images like dragon curves and snowflakes.