Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielDougherty committed Oct 13, 2024
1 parent 6f595d0 commit 876d0d3
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Top Clock - a clock that stays on top

This is a simple clock for Windows that displays the time in HH:MM AM/PM 12 hour
format and always stays on top. It's useful if you want to know the time while
watching Youtube fullscreen or playing some supported games.

![Top Clock Screenshot](img/clock-screenshot.png)

## Installation

Install by using one of the installers in the Releases - EXE or MSI. Then it is
available from the Start Menu as TopClock.

## Usage

The clock will start in the top left of the screen. To move it just click and
drag on the clock. To quit, select the window and type Q.

## Build

Open the project solution `Clock\Clock.sln` in VS 2022. You will need the
standard C++ setup for Win32 apps. Then click the green play button at the top.

## Release

Rick click on TopClockSetup and click Build. An EXE and MSI Installer will be
created at `ClockSetup\Release`
Binary file added img/clock-screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 876d0d3

Please sign in to comment.