StreamDeck plugin API bindings for Go.
Go to file
2019-07-25 19:30:37 +01:00
context Major restructure and added a few example plugins. 2019-07-14 21:44:00 +01:00
examples Updated examples, added property inspector example to one 2019-07-16 20:57:16 +01:00
.gitignore Vaguely works. 2019-07-12 23:39:12 +01:00
action.go Make actions track their active contexts. 2019-07-23 11:14:48 +01:00
client.go Serialise websocket writes as per https://godoc.org/github.com/gorilla/websocket#hdr-Concurrency 2019-07-25 19:30:37 +01:00
constants.go Moved payloads out of their own package because it made the API less nice. 2019-07-14 21:52:11 +01:00
event.go Major restructure and added a few example plugins. 2019-07-14 21:44:00 +01:00
image.go Major restructure and added a few example plugins. 2019-07-14 21:44:00 +01:00
payloads.go Moved payloads out of their own package because it made the API less nice. 2019-07-14 21:52:11 +01:00
README.md Add simple README. 2019-07-14 21:57:28 +01:00
registration.go Major restructure and added a few example plugins. 2019-07-14 21:44:00 +01:00

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.