An open API service indexing awesome lists of open source software.

https://github.com/squawk7x/qt


https://github.com/squawk7x/qt

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

A fancy digital Watch - a simulation of the famous 'Berlin-Uhr'.

Simply start the application with the default base = 5:

./main
![watch_base_5](https://github.com/squawk7x/Qt/assets/76264626/d771153a-af6f-4352-93d8-b593c4e8ca23)

You can use other patterns with these bases: 2, 3, 4, 5, 6, 10, 12 (divisors of 60).
E.g. for base == 10 start the appliction with a commandline argument:

./main -b 10
![watch_base_10](https://github.com/squawk7x/Qt/assets/76264626/0da96e59-e866-4a8e-b5b6-3e833ff4343e)