API Reference

LSystems.grow_stringMethod
grow_string(tile::AbstractTiles, iterations::Int)

L-systemのルールに基づいて、指定された回数だけ文字列を成長させる関数

source
LSystems.string2positionsMethod
string2positions(tile::AbstractTiles{2,T}, lstring::String) where {T}

作成したstringをもとに、タイルの描画に必要な座標配列を生成する

source