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
- Host: GitHub
- URL: https://github.com/elgatosf/sample-layouts
- Owner: elgatosf
- Created: 2022-12-23T08:40:02.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-05T16:04:49.000Z (over 2 years ago)
- Last Synced: 2024-08-01T21:47:53.061Z (over 1 year ago)
- Topics: javascript, stream-deck, stream-deck-development, streamdeck, streamdeck-plugin, streamdeck-sdk
- Language: JavaScript
- Homepage:
- Size: 1.38 MB
- Stars: 5
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

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.