A fractal is a pattern built from simple repeated shapes that are reduced in size every time they are repeated. Here we used L-Systems techniques to generate fractals in Haskell.
- Install Haskell and GLUT
- Clone the repository and load
examples.hs
andLSystems.hs
display $ {design of your choice} {depth of the fractal. Integer value}
MIT © Gagan Devagiri