Very simple stopwatch/timer made using C, https://github.com/raysan5/raylib and https://github.com/raysan5/raygui
- gcc
- mingw-w64-gcc (for Windows build)
- raylib (included)
- raygui (included)
# to make a binary for linux
make linux
# to make an executable for win64
make winThese two commands create a dist directory in which will lie the said executables
- Space ― start/pause
- R ― reset the count
- S ― switch the count mode (stopwatch by default, timer if pressed | the clock mode icon will show S and T respectively )
- F - maximize window
- ↑ or ↓ ― increase/decrease seconds/minutes
- ← or → ― select minutes or seconds to increment/decrement