This repository has been archived on 2024-12-30. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
2024CG-project-render/eigen/demos/mandelbrot
github-classroom[bot] 5d6a4935ec
Initial commit
2024-09-26 09:17:55 +00:00
..
CMakeLists.txt Initial commit 2024-09-26 09:17:55 +00:00
mandelbrot.cpp Initial commit 2024-09-26 09:17:55 +00:00
mandelbrot.h Initial commit 2024-09-26 09:17:55 +00:00
README Initial commit 2024-09-26 09:17:55 +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.