hexclock

Hex clock made in SDL and Nim

Pure Nim score 15/100 · tests present · no docs generated

Summary

Latest Version Unknown
License GPL-3.0-only
CI Status Failing
Downloads 0
Last Indexed 2026-07-21 05:24

Installation

nimble install hexclock
choosenim install hexclock
git clone https://github.com/RainbowAsteroids/hexclock

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
hexclock - - - - - - -

Source

Repository https://github.com/RainbowAsteroids/hexclock
Homepage https://github.com/RainbowAsteroids/hexclock
Registry Source nimble_official

README

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.