streamdeck-sdk/README.md

7 lines
433 B
Markdown
Raw Normal View History

2019-07-14 14:57:28 -06: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.