Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashfurrow/pxsaver
Super hacky screen saver for OS X I wrote in a few hours while drinking
https://github.com/ashfurrow/pxsaver
Last synced: 2 months ago
JSON representation
Super hacky screen saver for OS X I wrote in a few hours while drinking
- Host: GitHub
- URL: https://github.com/ashfurrow/pxsaver
- Owner: ashfurrow
- Created: 2012-07-20T18:21:36.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-07-20T19:34:23.000Z (over 12 years ago)
- Last Synced: 2024-05-09T20:02:32.735Z (8 months ago)
- Language: Objective-C
- Size: 16.5 MB
- Stars: 23
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
This is a project written during an internal hack day at 500px. The goal was to make a screen saver for OS X which displayed the 10 most recent photos in Editors Choice with a Ken Burns effect.
This project uses two default images. The first is [Towering Fog](http://500px.com/photo/949244) taken downtown Toronto. The second is a long-exposure shot of star trails taken from the [International Space Station](http://www.petapixel.com/2012/06/07/incredible-long-exposure-photographs-shot-from-orbit/?utm_source=pulsenews&utm_medium=referral).
There are a few issues right now.
1. The project requires your user to be shortnamed "ash" to build.
2. The project abuses how screensavers are supposed to be written on OS X.
3. The effect used isn't really the "Ken Burns" effect, as it displays edges of photos. This needs to be addressed.
4. Sometimes the animation stutters (see point 2).But I'm fairly happy with it for a few hours work on my first ever screen saver project. Also probably my last, since writing these is hard. (Ever tried to debug a screen saver? Don't.)