@hackage hfractal0.2.0

OpenGL fractal renderer

OpenGL Fractal renderer. Currently only renders the Mandelbrot set, but can (and will) be easily extened to other fractals.

Controls: Arrow keys - Movement +/- - Zoom in/out a/s - Alter colouring gradient </> - Decrease/increase number of iterations in escape algorithm. p - Print a hi-res image of the current location in the working direction o - Print current location to console

Can exploit multiple cores - Use hfractal [opts] +RTS -N{cores} to enable this.