Skip to content

steveniles/MandelZoom

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

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.