Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 4 days ago
JSON representation

A colorful animated polar clock in the browser. Built with Elm and inspired by an infamous screensaver.

Awesome Lists containing this project

README

        



An animated clock in polar coordinates

# 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.

The original Polar Clock by pixelbreaker.

Mike Bostock's Polar Clock III.

Mike Bostock's Polar Clock III.