• Home
Name Date Size #Lines LOC

..--

CMakeLists.txtD04-Jul-2025462 2214

READMED04-Jul-2025336 117

mandelbrot.cppD04-Jul-20257.3 KiB214173

mandelbrot.hD04-Jul-20251.8 KiB7253

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