TheShoutingParrot / simplestopwatch

This is a simple (graphical) stopwatch. Made with the SDL2 library and written in C.

Repository from Github https://github.comTheShoutingParrot/simplestopwatchRepository from Github https://github.comTheShoutingParrot/simplestopwatch

simplestopwatch

A simple stop watch which uses SDL2 and is written in C. This README is also available in Spanish: README-ES.md.

Installation

To install this program you have to run make install which will install the program to PREFIX/bin.

Configuration

To configure this progam's installation you must configure configure.mk and to configure the program itself you might want to configure src/config.h though for some things you must configure src/simplestopwatch.h. To test this program without installing it you must configure the paths (for images and fonts) in src/config.h

License information

This project is licensed under the terms of the BSD 2-Clause license, see the LICENSE file for further information.

About

This is a simple (graphical) stopwatch. Made with the SDL2 library and written in C.

License:BSD 2-Clause "Simplified" License


Languages

Language:C 93.1%Language:Makefile 6.9%