Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sandydoo/polarclockelm
A colorful animated polar clock in the browser. Built with Elm and inspired by an infamous screensaver.
https://github.com/sandydoo/polarclockelm
animation clock elm elm-lang polar-clock screensaver
Last synced: about 1 month ago
JSON representation
A colorful animated polar clock in the browser. Built with Elm and inspired by an infamous screensaver.
- Host: GitHub
- URL: https://github.com/sandydoo/polarclockelm
- Owner: sandydoo
- License: bsd-3-clause
- Created: 2020-04-12T14:32:12.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-24T10:34:43.000Z (3 months ago)
- Last Synced: 2024-10-12T20:03:56.229Z (about 1 month ago)
- Topics: animation, clock, elm, elm-lang, polar-clock, screensaver
- Language: Elm
- Homepage: https://polarclockelm.sandydoo.me/
- Size: 21.1 MB
- Stars: 46
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Polar Clock
**A colorful animated polar clock in the browser. Built with Elm and inspired by an infamous screensaver.**
Not a very good clock, not a very good screen *saver*, but *oh-so very pretty*.
Inspired by Mike Bostock's [Polar Clock III](https://bl.ocks.org/mbostock/c150b717e18d387e1b98) and the original, flash-based screensaver [PolarClock](https://web.archive.org/web/20190220000556/http://blog.pixelbreaker.com/polarclock) by [pixelbreaker](https://www.pixelbreaker.com/).
[**See it in action →**](https://polarclockelm.sandydoo.me/)
#### Installation
1. Clone the repository.
```bash
git clone https://github.com/sandydoo/PolarClockElm.git
```2. Install packages.
```bash
yarn install
```3. Compile the code.
* For local development:
```bash
yarn start
```* For the final release:
```bash
yarn build
```
#### Historical reference
The original Polar Clock by pixelbreaker.
Mike Bostock's Polar Clock III.