Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stopwatch / Timer

Very simple stopwatch/timer made using C, https://github.com/raysan5/raylib and https://github.com/raysan5/raygui

Build

Dependencies

  • gcc
  • mingw-w64-gcc (for Windows build)
  • raylib (included)
  • raygui (included)

Building

  # to make a binary for linux
  make linux

  # to make an executable for win64
  make win

These two commands create a dist directory in which will lie the said executables

Usage

Controls

  • 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

About

A simple stopwatch and timer written in C using raylib and raygui.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages