stream-deck-plugin

Crates.iostream-deck-plugin
lib.rsstream-deck-plugin
version0.1.0
sourcesrc
created_at2024-05-15 11:59:59.777709
updated_at2024-05-15 11:59:59.777709
descriptionA quick wrapper to make it easier to develop stream deck plugins in rust.
homepagehttps://github.com/AndreasOM/stream-deck-plugin
repositoryhttps://github.com/AndreasOM/stream-deck-plugin
max_upload_size
id1240961
size16,025
Andreas Neukoetter (AndreasOM)

documentation

README

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.

Commit count: 5

cargo fmt