Unofficial Stream Deck SDK for Rust
Elgato's official Stream Deck SDK works by launching plugins in their own processes and communicating via web sockets. This library provides the command line argument parsing and basic protocol details for creating a plugin using Rust.
This library is pretty basic for now. In the future it could provide a framework for instancing actions (keys) and routing messages to the appropriate instances.
- Create a binary executable project.
- Use
RegistrationParams
to get the information required to useStreamDeckSocket
. - See the official documentation for information about creating manifests and loading your plugin.