hfractal: OpenGL fractal renderer

[ bsd3, graphics, program ] [ Propose Tags ]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0, 0.1.0.1, 0.1.1.0, 0.2.0, 0.3.0, 0.3.1, 0.3.2.1, 0.3.3.2, 0.4.1, 0.4.2.1, 0.4.2.2, 0.4.2.4, 0.4.2.5
Dependencies array, base (>=3 && <5), data-accessor (>=0.2 && <=0.3), data-accessor-template (>=0.2 && <=0.3), gd (>=3000.2.0 && <3000.3.0), GLUT, OpenGL (>=2.3 && <2.4) [details]
License BSD-3-Clause
Author Chris Holdsworth <chrisholdsworth@gmail.com>
Maintainer Chris Holdsworth <chrisholdsworth@gmail.com>
Category Graphics
Uploaded by ChrisHoldsworth at 2009-08-30T00:52:26Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables hfractal
Downloads 9418 total (33 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-31 [all 7 reports]

Readme for hfractal-0.3.0

[back to package description]
OpenGL Fractal renderer. Currently only renders the Mandelbrot set, but can (and will) be easily extened to other fractals.
Doesn't play well with xmonad - use on the floating layer.
Controls:
	Keyboard
		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

	Mouse
		Left Mouse   -	  Centre
		Right Mouse  -	  Centre and zoom
		Mouse Wheel	 -    Zoom

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