An hidapi based driver for direct interaction with Elgato StreamDeck devices, this is intended to allow applications to use these devices directly and on arbitrary platforms (without the use of the Elgato SDK), heavily based on the python streamdeck library.
WIP. Pull requests more than welcome!
Features:
cargo add streamdeck
to add this library to your project (with cargo-edit)cargo install streamdeck
to install the utility onlygit clone git@github.com:ryankurte/rust-streamdeck.git
to clone the repoBuilding requires libusb
and hidapi
packages.
cp 40-streamdeck.rules /etc/udev/rules.d/
to allow user access to streamdeck devices
sudo udevadm control --reload-rules
to reload udev rulesThis library stands on the shoulders of giants (who had already done all the reversing work)...
You might also like to look at: