tystuyfzand / streamdeck-sdk-go

Golang Stream Deck SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stream Deck SDK for Golang

An implementation of Elgato's Stream Deck SDK to enable writing simple, lightweight plugins in Go.

Credits and Licensing

Events are handled in a similar way to bwmarrin/discordgo, and in fact uses the same base code. This is the most reasonable way to handle events in this scope.

Usage and importing

This package requires github.com/valyala/fastjson. Sometimes, this will be installed for you or resolved by go module/import managers.

go get meow.tf/streamdeck/sdk

Examples

See the examples directory for a basic example

About

Golang Stream Deck SDK

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 100.0%