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
- Host: GitHub
- URL: https://github.com/carlgo11/tron-clock
- Owner: Carlgo11
- License: gpl-3.0
- Created: 2019-04-14T19:42:51.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-11T01:38:01.000Z (over 3 years ago)
- Last Synced: 2025-01-28T03:49:44.795Z (about 1 year ago)
- Topics: clockface, javascript, screensaver, tron
- Language: HTML
- Homepage: https://carlgo11.github.io/Tron-Clock/
- Size: 63.5 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

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 |