Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattiasjahnke/wordclock
A Word Clock Screen Saver for macOS
https://github.com/mattiasjahnke/wordclock
macos screensaver swift xcode
Last synced: about 11 hours ago
JSON representation
A Word Clock Screen Saver for macOS
- Host: GitHub
- URL: https://github.com/mattiasjahnke/wordclock
- Owner: mattiasjahnke
- License: mit
- Created: 2018-03-25T10:44:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-11T08:19:57.000Z (over 2 years ago)
- Last Synced: 2023-03-01T13:55:28.409Z (over 1 year ago)
- Topics: macos, screensaver, swift, xcode
- Language: Swift
- Homepage:
- Size: 539 KB
- Stars: 19
- Watchers: 0
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ⏰ WordClock
*A Word Clock Screen Saver for macOS*
## 🖥 Installation
### Option 1: Download
TBA
### Option 2: Build it yourself
* Clone the repository
* Open in Xcode and build the **WordClock** target
* In the "Products" folder, right click on **WordClock.saver** and choose *Open with External Editor*
* Follow the instructions on screen## 🚨 Work in progress
This is a work in progress, with many issues still to be solved.
### 😅 Known problems
* When selecting WordClock as the screen saver in "Systems Preferences", it will say that "You cannot use the WordClock screen saver with this version of macOS...". This seems to be due to the fact that this is written in Swift and according to *the internet* this is a known problem. Fingers crossed it will sort itself out! Here's the radr: http://www.openradar.me/25569037
* The "Preferences"-window does not work (it's in the source but haven't gotten it to show up in System Preferences)### 🤷♂️ Unknown problems
* I have no idea how the screen saver will act under any other circumstances (multi screen setup, screen sizes) than on my iMac - If you run in to any problems please report an `Issue` or submit a `Pull Request` to fix it 👍
## ✏️ Contribute
Feel free to contribute by adding issues or opening pull requests.
Apart from fixing the known and unknown problems - I could use your help to add new languages!
## 📣 Shout-outs
* **John Coates** - His screen saver project [Aerial](https://github.com/JohnCoates/Aerial) helped me a lot.
* **Super Make Something** - Looking at the [Arduino Word Clock](https://github.com/SuperMakeSomething/arduino-neopixel-word-clock) logic saved me a bunch of time spent on if-statements.## Screen shot
![](https://github.com/mattiasjahnke/WordClock/blob/master/screenshot.png)
## License
[MIT](https://github.com/mattiasjahnke/WordClock/blob/master/LICENSE)