Skip to content

A minimalist OpenGL/GLFW clock and stopwatch. Features always-on-top mode, clean procedural graphics, and low resource usage.

License

Notifications You must be signed in to change notification settings

Votline/TimeChecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TimeChecker

TimeChecker is a minimalist time display application built with OpenGL and GLFW.

Description

The application displays current time in a separate window.

Key Features:

  • 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

Technologies

  • Go - Primary programming language
  • Go-gl - Graphics rendering
  • Go-gl/glfw - Window management

Installation & Building

  1. Clone the repository:

    git clone https://github.com/Votline/TimeChecker
    cd TimeChecker
  2. Download dependencies:

    go mod download
  3. Build the application:

    go build -o timechecker
  4. Run:

    ./timechecker

Licenses

This project is licensed under MIT.

The full license texts are available in the licenses directory

About

A minimalist OpenGL/GLFW clock and stopwatch. Features always-on-top mode, clean procedural graphics, and low resource usage.

Topics

Resources

License

Stars

Watchers

Forks

Languages