What is this?

This project was developed in conjunction with Rust version of Streamduck, it allows for easy interaction with Elgato Stream Decks while being ✨blazingly fast✨. Some other libraries already existed to fill this purpose on Rust language, but they were pretty limited. So I made my own!

It's using hidapi to interact with Stream Deck devices, a lot of HID code was taken from libraries on other languages, since it was already reverse engineered. But I made the library's API fit Streamduck's needs.

Nowadays, there's a third party project that's using this library - OpenDeck. That software appears to be an open-source alternative for Elgato's software, they helped out with development of elgato-streamdeck by creating issues and submitting pull requests.

I plan to make a C# library that will wrap this library as a native module, so I can keep using the work that went into this library with newer version of Streamduck.

What I learned

I learned how to interact with HID devices and develop libraries around that, and now the result is serving the open-source community too!