Crates.io | streamdeck-rs |
lib.rs | streamdeck-rs |
version | 0.7.0 |
source | src |
created_at | 2019-01-15 04:22:57.593356 |
updated_at | 2023-04-02 20:05:39.609429 |
description | Unofficial Stream Deck SDK for Rust |
homepage | |
repository | https://github.com/mdonoughe/streamdeck-rs/ |
max_upload_size | |
id | 108618 |
size | 65,842 |
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.
RegistrationParams
to get the information required to use StreamDeckSocket
.