StreamDeck plugin API bindings for Go.
Go to file
Daniel Prows d0611bfa49 update example 2023-08-08 16:11:05 -06:00
context Major restructure and added a few example plugins. 2019-07-14 21:44:00 +01:00
examples update example 2023-08-08 16:11:05 -06:00
.gitignore Vaguely works. 2019-07-12 23:39:12 +01:00
README.md Add simple README. 2019-07-14 21:57:28 +01:00
action.go adding support for stream deck plus 2023-08-08 15:34:37 -06:00
client.go adding support for stream deck plus 2023-08-08 15:34:37 -06:00
constants.go adding support for stream deck plus 2023-08-08 15:34:37 -06:00
event.go adding support for stream deck plus 2023-08-08 15:34:37 -06:00
go.mod adding support for stream deck plus 2023-08-08 15:34:37 -06:00
go.sum adding support for stream deck plus 2023-08-08 15:34:37 -06:00
image.go Major restructure and added a few example plugins. 2019-07-14 21:44:00 +01:00
payloads.go adding support for stream deck plus 2023-08-08 15:34:37 -06:00
registration.go Major restructure and added a few example plugins. 2019-07-14 21:44:00 +01:00

README.md

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.