Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samwho/streamdeck
StreamDeck plugin API bindings for Go.
https://github.com/samwho/streamdeck
Last synced: 2 months ago
JSON representation
StreamDeck plugin API bindings for Go.
- Host: GitHub
- URL: https://github.com/samwho/streamdeck
- Owner: samwho
- Created: 2019-07-14T20:53:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-16T08:56:49.000Z (almost 3 years ago)
- Last Synced: 2024-10-31T06:41:57.699Z (3 months ago)
- Language: Go
- Size: 38.1 KB
- Stars: 16
- Watchers: 3
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StreamDeck Plugin API bindings for Go
Elgato allows developers to write plugins that can display information and respond to buttons pressed on their range of StreamDeck products. They officially offer API bindings for JavaScript, C++ and Objective-C. This repo is an unofficial library for writing plugins using Go.
# Examples
Check out the `examples` directory to see some working StreamDeck plugins written using this library.