games202-hw/hw2/prt/ext/eigen/demos/mandelbrot
ink-soul f449127608 init commit ready for homework framwork 2023-06-16 09:48:28 +08:00
..
CMakeLists.txt init commit ready for homework framwork 2023-06-16 09:48:28 +08:00
README init commit ready for homework framwork 2023-06-16 09:48:28 +08:00
mandelbrot.cpp init commit ready for homework framwork 2023-06-16 09:48:28 +08:00
mandelbrot.h init commit ready for homework framwork 2023-06-16 09:48:28 +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.