#tool #libraries #streamdeck

stream-deck-plugin

A quick wrapper to make it easier to develop stream deck plugins in rust

1 unstable release

0.1.0 May 15, 2024

#73 in Multimedia

Download history 117/week @ 2024-05-12 24/week @ 2024-05-19

141 downloads per month
Used in stream-deck-plugin-templa…

MIT license

15KB
331 lines

Stream Deck - Plugin

Warning: This is in very early development!

A quick wrapper to make it easier to develop stream deck plugins in rust.

Platforms

Only macOS has been tested, since I don't have a windows system, but a crossbuild should be easy to do, and you can override the binary per platform in the manifest.

Implemented Responses (from stream deck to plugin)

  • WillAppear
  • KeyDown

Implemented Requests (from plugin to stream deck)

  • registerPlugin
  • setState
  • setTitle
  • setImage

Sorry, no documentation yet. Look at streamdeck-plugin-template to get started.

Dependencies

~9–12MB
~243K SLoC