Lindenmayer.jl: Defining recursive patterns in Julia
Summary
Lindenmayer.jl is a Julia package for defining and drawing Lindenmayer systems (L-Systems) using Luxor.jl. The docs cover introduction, drawing the L-System, rules, arbitrary functions, custom evaluations, and debugging, with practical examples like the Sierpinski triangle and Hilbert curve. It serves as a solid resource for procedural pattern generation and fractal-like illustrations in Julia.