android13/external/eigen/demos/mandelbrot
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
CMakeLists.txt initial 2024-06-22 20:45:49 +08:00
README initial 2024-06-22 20:45:49 +08:00
mandelbrot.cpp initial 2024-06-22 20:45:49 +08:00
mandelbrot.h initial 2024-06-22 20:45:49 +08:00

README

*** 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.