Escape-time fractals created with Haskell and GD. Includes mandlebrot, julia set, Newton's method, and burning ship. Output is to PNG.
$ darcs get --partial http://gregheartsfield.com/repos/fractal-hs/
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.
$ tar -zxf fractal-hs-0.1.tar.gz $ cd fractal-hs-0.1
$ runghc Setup.lhs configure
$ runghc Setup.lhs build
Greg Heartsfield <scsibug@imap.cc>
See LICENSE.