A recreation of the nostalgic Bouncing DVD Screen Saver for macOS. See it in action as a gif below .
- Download DVDBounce.saver.zip
- Unzip to obtain DVDBounce.saver
- Double Click this .saver file. System Preferences (Desktop/Screen Saver tab) will open and will prompt you for an install.
- Use the provided .xcodeproj OR make a new Xcode Project
- Select Screen Saver
- You wil be given a .h and .m file, substitute these (through copy paste, or directly replacing them) with bouncesaver.(h,m) from this repo.
- Make sure to include dvdlogo.png in your project and make sure it is copied to the bundle during building (Build Phases -> Copy Bundle Resources, Copy Files).
- Build the project.
- Find the target (bouncesaver.saver) and view in Finder.
- Double click bouncesaver.saver and install using System Preferences (Desktop/ Screen Saver).
- Sometimes you have to select the screen saver within System Preferences, then quit System Preferences, and restart for the saver to load.