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

https://github.com/elgatosf/sample-customlayout

Stream Deck SDK sample to show how to create and use custom layouts on SD+ panels
https://github.com/elgatosf/sample-customlayout

javascript stream-deck stream-deck-development

Last synced: 12 months ago
JSON representation

Stream Deck SDK sample to show how to create and use custom layouts on SD+ panels

Awesome Lists containing this project

README

          

> [!IMPORTANT]
> The new [Stream Deck SDK](https://github.com/elgatosf/streamdeck) is now available, with new [Stream Deck plugin samples](https://github.com/elgatosf/streamdeck-plugin-samples).
>
> This repository has been marked as deprecated, and will soon be deleted. If you have any questions, please contact us via [maker@elgato.com](maker@elgato.com), or join our [Makertplace Makers](https://discord.gg/GehBUcu627) Discord community.

# A Sample Custom Layout Stream Deck Plugin

![Screenshot](screenshot.png)

## Changes:
### 0.1.0.05
- removed type `placcard` from [customlayout.json](src/com.elgato.sample-customlayout-plugin.sdPlugin/layout/customlayout.json)
- changed property `z-order` to `zOrder` in [customlayout.json](src/com.elgato.sample-customlayout-plugin.