eigen/demos/mandelbrot
2008-12-02 12:59:10 +00:00
..
CMakeLists.txt prefix all Eigen cmake variable with EIGEN_ and switched to lowercase for all cmake files 2008-12-02 12:59:10 +00:00
mandelbrot.cpp Update e-mail address 2008-11-24 13:40:43 +00:00
mandelbrot.h Update e-mail address 2008-11-24 13:40:43 +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.