WordClock versions of various vintages, for various platforms.
https://www.simonheys.com/wordclock/
Currently available to download as a screen saver for macOS:
https://github.com/simonheys/wordclock/releases
-
React components published as
@simonheys/wordclock. The package renders a supplied word definition; consumers decide how to load those definitions. -
Raw JSON word definitions published as
@simonheys/wordclock-words. The package is intentionally thin: it contains JSON files and a manifest, not loader helpers. -
Next.js app used to exercise the React package against the bundled word definitions.
-
The original prototype from 2003.
-
This was written in 2008 for the original iPod Touch running iPhoneOS 2, and achieved my goal of running at 60fps.
-
Native macOS screen saver.
Install common dependencies:
pnpm install
See individual packages for further steps.
Run repository-level checks from the root:
pnpm format:check
pnpm lint
pnpm typecheck
pnpm build
pnpm test