eigen/demos/mandelbrot
Benoit Jacob cacf986a7f - use double precision to store the position / zoom / other stuff
- some temporary fix to get a +50% improvement from vectorization until
  we have vectorisation for comparisons and redux
2008-06-30 07:33:08 +00:00
..
CMakeLists.txt improve greatly mandelbrot demo: 2008-06-29 12:04:00 +00:00
mandelbrot.cpp - use double precision to store the position / zoom / other stuff 2008-06-30 07:33:08 +00:00
mandelbrot.h - use double precision to store the position / zoom / other stuff 2008-06-30 07:33:08 +00:00
README improve greatly mandelbrot demo: 2008-06-29 12:04:00 +00:00

*** Mandelbrot demo ***

Controls:
* Left mouse button to center view at a point.
* Drag vertically with left mouse button to zoom in and out.

Be sure to enable SSE2 or AltiVec to improve performance.

The number of iterations, and the choice between single and double precision, are
determined at runtime depending on the zoom level.