Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
CMakeLists.txt | D | 03-May-2024 | 486 | 22 | 14 | |
README | D | 03-May-2024 | 336 | 11 | 7 | |
mandelbrot.cpp | D | 03-May-2024 | 7.3 KiB | 214 | 173 | |
mandelbrot.h | D | 03-May-2024 | 1.8 KiB | 72 | 53 |
README
1*** Mandelbrot demo *** 2 3Controls: 4* Left mouse button to center view at a point. 5* Drag vertically with left mouse button to zoom in and out. 6 7Be sure to enable SSE2 or AltiVec to improve performance. 8 9The number of iterations, and the choice between single and double precision, are 10determined at runtime depending on the zoom level. 11