https://github.com/elgatosf/streamdeck-numberdisplay
Stream Deck SDK: NumberDisplay sample plugin
https://github.com/elgatosf/streamdeck-numberdisplay
elgato elgato-stream-deck streamdeck streamdeck-sdk streamdecksdk
Last synced: 6 months ago
JSON representation
Stream Deck SDK: NumberDisplay sample plugin
- Host: GitHub
- URL: https://github.com/elgatosf/streamdeck-numberdisplay
- Owner: elgatosf
- License: mit
- Created: 2019-01-08T12:11:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-08-11T10:11:17.000Z (over 2 years ago)
- Last Synced: 2025-06-25T01:07:40.779Z (10 months ago)
- Topics: elgato, elgato-stream-deck, streamdeck, streamdeck-sdk, streamdecksdk
- Language: CSS
- Homepage: https://developer.elgato.com/documentation/stream-deck/
- Size: 675 KB
- Stars: 95
- Watchers: 17
- Forks: 29
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
`NumberDisplay` is a sample plugin demonstrating the [Stream Deck SDK](https://developer.elgato.com/documentation/stream-deck/).
# Description
`NumberDisplay` is a plugin that displays a number chosen by the user. This plugin demonstrates how to create a custom Property Inspector and how to pass values from Property Inspector's input controls to the plugin.
# Features
- code written in Javascript
- cross-platform (macOS, Windows)
- Property Inspector with multiple UI elements
- localized

# Installation
In the Release folder, you can find the file `com.elgato.numberdisplay.streamDeckPlugin`. If you double-click this file on your machine, Stream Deck will install the plugin.
# Source code
The Sources folder contains the source code of the plugin.