Skip to content

AnotherKamila/composing_fractals

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

A simple Haskell fractal renderer, showcasing the strengths of a compositional approach to programming. Based on Composing fractals, Mark P. Jones. 2004.

Fractals.hs contains the abstract fractal functions. ascii.hs uses it to renders fractals in ASCII and is cool to play with in ghci. graphical.hs and julia_param-*.hs use the Gloss graphics library to zoom into a Julia set and animate the Julia starting parameter, respectively.

Compile with -threaded -fllvm, e.g. ghc --make -O2 -threaded -fllvm graphical.hs. Requires Gloss>=1.7.

You can view a presentation with some fancy pictures here.

About

A simple fractal renderer in Haskell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published