Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 624 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 624 Bytes

Fractal Generator

Examples of Fractals generated

L Systems examples

Background:

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.

Getting Started:

  • Install Haskell and GLUT
  • Clone the repository and load examples.hs and LSystems.hs
  • display $ {design of your choice} {depth of the fractal. Integer value}

License:

MIT © Gagan Devagiri