TimeChecker is a minimalist time display application built with OpenGL and GLFW.
The application displays current time in a separate window.
- Time display: Current time in HH:MM:SS format
- Lightweight: Minimal resource consumption
- StopWatch mode: Simple stopwatch, controlled by one button
- On Top: Over all windows mode
- Go - Primary programming language
- Go-gl - Graphics rendering
- Go-gl/glfw - Window management
-
Clone the repository:
git clone https://github.com/Votline/TimeChecker cd TimeChecker -
Download dependencies:
go mod download
-
Build the application:
go build -o timechecker
-
Run:
./timechecker
This project is licensed under MIT.
The full license texts are available in the licenses directory