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

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

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

![](screenshot.png)

# 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.