Add Penrose P3 tiling
This commit is contained in:
parent
05feb56763
commit
76a579c981
2 changed files with 18 additions and 1 deletions
|
@ -8,4 +8,4 @@ import Examples
|
|||
main :: IO ()
|
||||
main =
|
||||
display (InWindow "L-System" (200, 200) (10, 10)) black (color white pic)
|
||||
where pic = drawLSystem $ iterateLSystem 7 plant
|
||||
where pic = drawLSystem $ iterateLSystem 6 penroseP3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue