fractal-hs

Escape-time fractals


Description

Escape-time fractals created with Haskell and GD. Includes mandlebrot, julia set, Newton's method, and burning ship. Output is to PNG.

Download

Darcs

$ darcs get --partial http://gregheartsfield.com/repos/fractal-hs/

Tarball

Latest release: fractal-hs-0.1.tar.gz

You can also use fractal-hs-latest.tar.gz which should always redirect you to the latest release tarball.

Installation

  1. Unpack the sources and enter the source directory:
    $ tar -zxf fractal-hs-0.1.tar.gz
    $ cd fractal-hs-0.1
    
  2. Configure:
    $ runghc Setup.lhs configure
    
  3. Build:
    $ runghc Setup.lhs build
    

Maintainer

Greg Heartsfield <scsibug@imap.cc>

License

See LICENSE.