Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 538 Bytes

File metadata and controls

27 lines (17 loc) · 538 Bytes

L-Systems and Haskell

Aim of this project is to experiment with L-Systems in Haskell.

It leverages on gloss library.

Pre requirements

Stack

It can be downloaded from Stack official site

Build

stack setup
stack build
stack exec -- haskellsys

Output drawings

FractalTree.hs logo

PythagorasTree.hs logo