de-mux / apple-logo-screensaver

Basic screensaver that displays the vintage rainbow Apple logo.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apple Logo Screensaver

Basic screensaver that displays the vintage rainbow Apple logo against a black background. The logo jumps to a new random position on the screen every 10 seconds.

drawing

Build

  1. Open the project in XCode and click "Build"

Install

  1. Double-click the AppleLogo.saver file
  2. You should be prompted to install the screensaver

Customization

Size of logo (relative to screen size)

Change the line:

static const float kLogoScale = 0.2;  // fraction of the screen to occupy

Interval to change position of logo

Change the line:

        [self setAnimationTimeInterval:10.0];

setAnimationTimeInterval is in seconds.

About

Basic screensaver that displays the vintage rainbow Apple logo.

License:MIT License


Languages

Language:Objective-C 100.0%