Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/programmingrainbow/super-clock-love2d
https://github.com/programmingrainbow/super-clock-love2d
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/programmingrainbow/super-clock-love2d
- Owner: ProgrammingRainbow
- Created: 2024-08-11T21:54:04.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-13T02:24:43.000Z (5 months ago)
- Last Synced: 2024-08-13T23:57:37.621Z (5 months ago)
- Language: Lua
- Size: 292 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Screenshot](screenshot.png)
# Super Clock (Lua - Love2D)
A Binary Clock with 3 Layouts, 2 Themes, Color or Black & White. The Clock displays the Hours, Minutes, and Seconds each as 8 bits.# Run
You will need to make sure Love2D is installed.ArchLinux instructions.
```
sudo pacman -S --needed love
cd
git clone https://github.com/ProgrammingRainbow/Super-Clock-Love2D
cd Super-Clock-Love2D
love .
```
# Controls
1 to 6 - Themes and Layouts. \
c - Toggles Color mode. \
b - Toggles Big Mode. \
Space - Displays Time in Title for 5 seconds. \
Escape - Close Clock.