All Projects → BarRaider → streamdeck-stopwatch

BarRaider / streamdeck-stopwatch

Licence: other
C# Stopwatch implementation for the Elgato Stream Deck device

Programming Languages

C#
18002 projects
HTML
75241 projects

Projects that are alternatives of or similar to streamdeck-stopwatch

streamdeck-stockticker
Stock Ticker plugin for Stream Deck
Stars: ✭ 29 (+45%)
Mutual labels:  streamdeck, stream-deck, elgato-stream-deck, streamdecksdk, streamdeck-sdk, barraider, streamdeck-tools
streamdeck-plugintemplate
Stream Deck SDK: Plugin Template
Stars: ✭ 211 (+955%)
Mutual labels:  streamdeck, elgato-stream-deck, streamdecksdk, streamdeck-sdk
streamdeck-cpu
Stream Deck SDK: CPU sample plugin
Stars: ✭ 103 (+415%)
Mutual labels:  streamdeck, elgato-stream-deck, streamdecksdk, streamdeck-sdk
streamdeck-discord-message
A Stream Deck plugin that sends a message to a Discord channel.
Stars: ✭ 26 (+30%)
Mutual labels:  streamdeck, stream-deck, elgato-stream-deck
streamdeck-unity
Enables Stream Deck integration with Unity.
Stars: ✭ 22 (+10%)
Mutual labels:  streamdeck, stream-deck, elgato-stream-deck
deckmaster
An application to control your Elgato Stream Deck on Linux
Stars: ✭ 106 (+430%)
Mutual labels:  streamdeck, stream-deck, elgato-stream-deck
go-streamdeck
Go interface to an Elgato Streamdeck
Stars: ✭ 44 (+120%)
Mutual labels:  streamdeck, elgato-stream-deck
kiwi
Kiwi turns your Pimoroni Keybow into a fully customizable poor-man's Elgato Stream Deck!
Stars: ✭ 40 (+100%)
Mutual labels:  stream-deck, elgato-stream-deck
AutoHotStreamDeck
An AutoHotkey wrapper for interacting with the Elgato Stream Deck
Stars: ✭ 57 (+185%)
Mutual labels:  streamdeck, elgato-stream-deck
streamdeck keyboard maestro
A Streamdeck plugin for Keyboard Maestro integration
Stars: ✭ 20 (+0%)
Mutual labels:  streamdeck, streamdeck-sdk
streamDeck-weatherPlugin
Popular Stream Deck plugin for Weather reporting
Stars: ✭ 24 (+20%)
Mutual labels:  stream-deck, elgato-stream-deck
streamdeck
Golang API for the Corsair / Elgato StreamDeck
Stars: ✭ 46 (+130%)
Mutual labels:  streamdeck, streamdeck-sdk
ElgatoLegacy
Use your Elgato Stream Deck on Windows 7, 8 and 8.1!
Stars: ✭ 25 (+25%)
Mutual labels:  streamdeck, elgato-stream-deck
debug.js
Debugger of JavaScript, by JavaScript, for JavaScript
Stars: ✭ 19 (-5%)
Mutual labels:  stopwatch
timezz
With this plugin, you can easily make a stopwatch or timer on your site. Just init, style and enjoy.
Stars: ✭ 35 (+75%)
Mutual labels:  stopwatch
StreamDeckCore
Java implementation for the Elgato Stream Deck
Stars: ✭ 28 (+40%)
Mutual labels:  stream-deck
stopwatch
Stop watch using javascript
Stars: ✭ 18 (-10%)
Mutual labels:  stopwatch
Desktop-Applications-JavaFX
JavaFX Open Source Projects
Stars: ✭ 69 (+245%)
Mutual labels:  stopwatch
tiny-timer
🕑 Small countdown timer and stopwatch module.
Stars: ✭ 39 (+95%)
Mutual labels:  stopwatch
PathView
Simulate the running route of each player on the playground, and can be timed with a stopwatch
Stars: ✭ 5 (-75%)
Mutual labels:  stopwatch

streamdeck-stopwatch

A C# Stopwatch implementation for the Elgato Stream Deck device.

Author's website and contact information: https://barraider.github.io

New in v1.7

Our faithful Stopwatch plugin coming back with a much needed overhaul:

  • Visual indication if the stopwatch is running or stopped
  • User-Customizable images for Enabled/Paused states
  • New Shared Id feature allows you to view and control the same stopwatch from different profiles and keys
  • Multi-Action support (works great with the use of Shared Ids)
  • Backend logic improved to keep much more accurate time keeping when running for very long periods of times

Current functionality

  • New: Long press (2 seconds) on the key to reset the stopwatch
  • Multiple Stopwatches suppport
  • Stopwatches now continue to count even when moving between Stream Deck profiles.
  • Stopping/Starting a watch
  • Option to not reset the watch after it's restarted
  • Two display styles
  • Shared Id feature allows you to view and control the same stopwatch from different profiles and keys

Feature roadmap

Always open to more suggestions.

How do I get started using it?

Install by clicking the com.barraider.stopwatch.streamDeckPlugin file in the Releases folder: https://github.com/BarRaider/streamdeck-stopwatch/releases

I found a bug, who do I contact?

For support please contact the developer. Contact information is available at https://barraider.github.io

I have a feature request, who do I contact?

Please contact the developer. Contact information is available at https://barraider.github.io

Dependencies

  • Uses StreamDeck-Tools by BarRaider: NuGet

  • Uses Easy-PI by BarRaider - Provides seamless integration with the Stream Deck PI (Property Inspector)

Change Log

New in v1.6

  • Clear file on reset mode is awesome for making the text "Disappear" from the stream on reset
  • 🆕 Lap Mode - Every press records the timestamp when pressed. A long press will reset the timer and copy all the laps to the clipboard (Ctrl-V to see them)

New in v1.5

  • Time is written to a file of your choice so you can display the elapsed time on your stream
  • File is now created immediately when you press the "Save" button
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].