No description
Find a file
2022-02-15 18:32:21 -05:00
src Fixed weird staticRead bug 2022-02-15 18:32:21 -05:00
.gitignore Initial commit 2021-06-05 18:20:53 -04:00
Comfortaa-Light.ttf Initial commit 2021-06-05 18:20:53 -04:00
CREDITS.md Initial commit 2021-06-05 18:20:53 -04:00
hexclock.nimble Initial commit 2021-06-05 18:20:53 -04:00
LICENSE Added README.md 2021-06-05 18:25:16 -04:00
OFL.txt Initial commit 2021-06-05 18:20:53 -04:00
README.md Add installation instructions to README.md 2021-06-05 18:32:40 -04:00
screenshot.png Added README.md 2021-06-05 18:25:16 -04:00

hexclock

Hex clock made in SDL and Nim.

It interprets the current time as a color hex code and makes the window that color (so if it was 7:42:15 PM, the color would be #194215).

screenshot

Installing

  1. Get Nim via choosenim.

  2. Install the dev version of SDL and SDL_TTF however you'd do that for your platform. (package manager if on linux, brew if on macos, SDL webpage if on windows)

  3. Run nimble install https://github.com/RainbowAsteroids/hexclock.