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

https://github.com/theanasuddin/stopwatch-n-timer

A stopwatch ⏱ along with a timer ⏲ built with Processing and Sound API provided by The Processing Foundation. Executables are available for 32-bit and 64-bit Windows OS.
https://github.com/theanasuddin/stopwatch-n-timer

cross-platform desktop-application pde processing stopwatch timer windows

Last synced: about 2 months ago
JSON representation

A stopwatch ⏱ along with a timer ⏲ built with Processing and Sound API provided by The Processing Foundation. Executables are available for 32-bit and 64-bit Windows OS.

Awesome Lists containing this project

README

          

# Stopwatch-N-Timer
**A stopwatch ⏱ along with a timer ⏲ built with Processing and Sound API provided by The Processing Foundation. [Download](https://drive.google.com/file/d/1MczocKwg9iOETSnWj8aGr2YmomWvsBhj/view?usp=sharing) executables for windows.**

## How To Run?

1. [Download](https://processing.org/download/) Processing. Processing is available for Linux, Mac OS X, and Windows. Select your choice to download the IDE.
2. Download the [sound library](https://processing.org/reference/libraries/sound/index.html) provided by The Processing Foundation which provides a simple way to work with audio. Open Processing, goto *Tools* → *Add Tool...* → *Libraries* → search for *"Sound"* → select *"Sound"* → click *"Install"* placed at the bottom right corner. You can also download the [source code](https://github.com/processing/processing-sound) for this library from GitHub and configure it manually.
3. [Download](https://github.com/theanasuddin/Stopwatch-N-Timer/archive/main.zip) the source code (zipped) for Stopwatch 'N Timer and unzip it.
4. Goto the project folder 📁 and rename the *"Stopwatch-N-Timer-main"* folder to *"stopwatch_n_timer"* found inside the project folder.
5. Move the *"stopwatch_n_timer"* folder to sketchbook location. Default sketchbook location is `C:\Users\\Documents\Processing` for Windows, here `` is the name of your user account.
6. Go inside the *"stopwatch_n_timer"* folder and open the *"stopwatch_n_timer.pde"* source file with Processing.
7. Click on Run ▶ button inside Processing.

## Screenshots:

UI Stopwatch

![user interface stopwatch](https://raw.githubusercontent.com/theanasuddin/Stopwatch-N-Timer/main/ui_stopwatch.png)

UI Timer

![user interface timer](https://raw.githubusercontent.com/theanasuddin/Stopwatch-N-Timer/main/ui_timer.png)

## Controls:
![controls](https://raw.githubusercontent.com/theanasuddin/Stopwatch-N-Timer/main/controls.png)

## Demo GIF:
![demo gif](https://raw.githubusercontent.com/theanasuddin/Stopwatch-N-Timer/main/demo.gif)