hls-0.14: Haskell Lindenmayer Systems

Safe HaskellSafe-Inferred

LSystem.Systems

Contents

Description

Synopsis

LSystem definitions

With turning angle and line scalar

Line sets

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"