Skip to content

steveniles/MandelZoom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MandelZoom

A fractal screen saver that zooms in on the Mandelbrot set.
Unlike most fractal screen savers that animate continuously, this one does a periodic 'select and enhance' style of zoom.

Requirements

  • Microsoft Windows (64-bit)
  • .NET Framework 4.5

If your computer doesn't have .NET Framework 4.5 installed (most up-to-date systems already do), you can download and install it from here.

Installation

  1. Download the screen saver from here (right click and select "Save link as...")
  2. Unzip the file into your Windows folder (i.e. C:\Windows\)
    Alternatively, you can unzip the file into any folder, right click on it, and select "Install"

That's it! The screen saver should now show up in Control Panel.

Source Code & Technical Details

The source code for this screen saver is available to view here.
There is a wiki describing technical details for programming screen savers here.