Skip to content

tystuyfzand/streamdeck-sdk-go

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages