- Displays the current time and date in a graphical interface.
- Lightweight and efficient.
- Precompiled binaries available for all major platforms.
- SDL2 library
- SDL2_ttf library
- A C compiler (e.g., GCC) (only needed for building from source)
Precompiled binaries are available in the Releases section for all major platforms. Download the appropriate binary for your platform and run the executable.
To build the application for your platform, follow these steps:
- Clone the repository:
git clone https://github.com/xetri/gclock.git cd gclock make
