hls-0.11: Haskell Lindenmayer Systems

LSystem.Systems

Contents

Description

Synopsis

LSystem definitions

l0, lB, lA, l9, l8, l7, l6, l5, l4, l3, l2, l1 :: LSystemSource

With turning angle and line scalar

PS Images

systems_ps :: FilePath -> IO ()Source

Generate postscript file with drawings of l0 through lD.

 systems_ps "/tmp/hls.ps"
 System.Process.system "gv /tmp/hls.ps"