Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomtaylor/satellite-eyes
Mac OS X app to automatically set your desktop wallpaper to the satellite view overhead.
https://github.com/tomtaylor/satellite-eyes
desktop-wallpaper overhead satellite satellite-eyes
Last synced: 1 day ago
JSON representation
Mac OS X app to automatically set your desktop wallpaper to the satellite view overhead.
- Host: GitHub
- URL: https://github.com/tomtaylor/satellite-eyes
- Owner: tomtaylor
- License: other
- Created: 2012-08-25T13:03:49.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-10-14T20:50:16.000Z (about 1 year ago)
- Last Synced: 2024-12-25T11:08:00.757Z (8 days ago)
- Topics: desktop-wallpaper, overhead, satellite, satellite-eyes
- Language: Objective-C
- Homepage: http://satelliteeyes.tomtaylor.co.uk
- Size: 38.7 MB
- Stars: 667
- Watchers: 29
- Forks: 61
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- open-source-mac-os-apps - Satellite Eyes - macOS app to automatically set your desktop wallpaper to the satellite view overhead. ![objective_c_icon] (Applications / Wallpaper)
- open-source-mac-os-apps - Satellite Eyes - macOS app to automatically set your desktop wallpaper to the satellite view overhead. ![objective_c_icon] (Applications / Wallpaper)
README
# Satellite Eyes
![Satellite Eyes](https://user-images.githubusercontent.com/836375/31194770-0950b980-a8fd-11e7-8108-9a08555a0832.png)
Satellite Eyes is a small OS X application that sits in your system tray (next to the clock) and automatically updates your desktop wallpaper to the satellite or map view overhead.
It's available for download at [http://satelliteeyes.tomtaylor.co.uk](http://satelliteeyes.tomtaylor.co.uk).
## Building
Satellite Eyes (SE) is an Xcode 8.1 compatible project, targeting 10.8 upwards.
It's not very well documented, sorry, but it's not a big codebase, so I'm sure you'll work it out.
To build for Debug, make sure you’ve got a working Cocoapods installation. The version we use is locked using Ruby’s Bundler. You might need to fiddle the project (and the LaunchAtLogin subproject) to use your own team and certificates, but please don’t commit these changes.
Many thanks to the following folks for their contributions to Satellite Eyes:
* [James Bridle](https://github.com/stml) for the icon.
* [Justin Hileman](https://github.com/bobthecow) for work on the image effects
pipeline.
* [Alex Forey](https://github.com/alfo) for Retina compatible icons.## Contributions
If you want to contribute a feature or a bug fix to SE, that'd be great. I'll do my best to review them and include them where possible. Contributions would be especially appreciated for:
* Ability to display imagery from interesting places around the world.
* Controls for configuring each Space independently (the official APIs to do
this are deprecated in 10.8).
* Improving the visual appearance of the preferences pane
* More map stylesIf you are planning to land a major feature, please raise an issue to discuss it first.