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

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

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

javascript stream-deck stream-deck-development streamdeck streamdeck-plugin streamdeck-sdk

Last synced: 10 months ago
JSON representation

Stream Deck SDK sample to show how to create and use 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 Layouts Stream Deck Plugin

![Screenshot](screenshot.png)

This SDK-example shows how to use:
- layouts (built-in and custom)
- setFeedbackLayout
- setFeedback
- load layout from file
- load icons from file
- create icons using svg

## Changes:
### 0.1.0.05
- removed type `placcard` and changed property `z-order` to `zOrder` in `/layouts/*.json` json files.