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

https://github.com/carlgo11/tron-clock

A clock in JS inspired by the screensaver in Tron Legacy
https://github.com/carlgo11/tron-clock

clockface javascript screensaver tron

Last synced: 7 months ago
JSON representation

A clock in JS inspired by the screensaver in Tron Legacy

Awesome Lists containing this project

README

          

# Tron Clock
In Disney's Tron: Legacy (2011), the main character, Sam, discovers his dad's computer and for a moment we, get to see the screensaver of the computer.
Inspired by said screensaver I decided to create a functioning version of it in JavaScript.
![Sam waking up his dad's computer](https://user-images.githubusercontent.com/3535780/183531130-756b04ec-128b-4baa-9302-3f9d6c0fd305.gif)

By using a HTML to wallpaper/screensaver program, it's possible to use this as your screensaver or wallpaper. I do both.
Keep in mind though, that showing this on a display for long amounts of time can cause [Screen burn-in](https://en.wikipedia.org/wiki/Screen_burn-in) or [Image persistence](https://en.wikipedia.org/wiki/Image_persistence) depending on what display you use. Ironically, screensavers were supposed to "save" screens from Screen burn-in and not cause it 😅

## Settings
You can modify the style via a query string.
| Name | Default Value | Units |
|---------|---------------|-----------|
| size | 3.25 | em |
| spacing | 0.16 | em |
| color | 96c6a9 | Hex Color |
| bg | 111 | Hex Color |