Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 2.01 KB

README.md

File metadata and controls

28 lines (19 loc) · 2.01 KB

Stopwatch-N-Timer

A stopwatch ⏱ along with a timer ⏲ built with Processing and Sound API provided by The Processing Foundation. Download executables for windows.

How To Run?

  1. Download Processing. Processing is available for Linux, Mac OS X, and Windows. Select your choice to download the IDE.
  2. Download the sound library provided by The Processing Foundation which provides a simple way to work with audio. Open Processing, goto ToolsAdd Tool...Libraries → search for "Sound" → select "Sound" → click "Install" placed at the bottom right corner. You can also download the source code for this library from GitHub and configure it manually.
  3. Download 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\<name>\Documents\Processing for Windows, here <name> 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

UI Timer

user interface timer

Controls:

controls

Demo GIF:

demo gif