https://github.com/elgatosf/streamdeck-kit-ipad-compatible-apps
A list of apps, compatible with Stream Deck Kit for iPadOS.
https://github.com/elgatosf/streamdeck-kit-ipad-compatible-apps
ipad ipados sdk streamdeck streamdeck-sdk
Last synced: 5 months ago
JSON representation
A list of apps, compatible with Stream Deck Kit for iPadOS.
- Host: GitHub
- URL: https://github.com/elgatosf/streamdeck-kit-ipad-compatible-apps
- Owner: elgatosf
- Created: 2024-08-27T08:34:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-11T08:05:52.000Z (over 1 year ago)
- Last Synced: 2025-01-21T23:14:11.473Z (over 1 year ago)
- Topics: ipad, ipados, sdk, streamdeck, streamdeck-sdk
- Homepage:
- Size: 169 KB
- Stars: 3
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stream Deck Kit - Compatible Apps
This repository holds a list of iPadOS apps that are compatible with [Stream Deck Kit](https://github.com/elgatosf/streamdeck-kit-ipad). The listed apps will be showcased prominently in the [Stream Deck Connect](https://apps.apple.com/app/elgato-stream-deck-connect/id6474433828) app, which needs to be installed before using a Stream Deck.
Please read [the documentation](https://docs.elgato.com/ipad) to learn how to integrate Stream Deck Kit into your own app.
## Add your app
If you have an app that supports Stream Deck devices via Stream Deck Kit, feel free to create a pull request that extends [compatible_apps.json](compatible_apps.json) and provides a logo.
__Example__:
```json
{
"title": "Your app name",
"creator": "Your (company name)",
"text": "A short text that describes what you can do with StreamDeck in your app.",
"url": "https://apps.apple.com/de/app/your-app/id12345", // A link to the AppStore
"logoPath": "logos/your_logo.png"
}
```
The logo should be a square with a size between 256px and 512px. Place it in the [logos](logos) folder and adjust `logoPath` according to its name.