-
I want to develop an application recently, and I hope this application can make my Stream Deck MK.2 work properly on Ubuntu system. Can this library help me? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
Never tested it on Linux, but I don't see any reason why this wouldn't work. Are you going to use C++? |
Beta Was this translation helpful? Give feedback.
-
Yes, I plan to use C++ to implement my project. Although I would prefer to use C, I can't really find a C library for Stream Deck |
Beta Was this translation helpful? Give feedback.
-
This library focuses mostly on Qt and is heavily inspired by https://github.com/abcminiuser/python-elgato-streamdeck. The latter one is not that complicated. You could use it as a reference to make your own C implementation based on libusb and hidapi. |
Beta Was this translation helpful? Give feedback.
-
My idea is to use Qt to achieve similar effects as the official Stream Deck software, and then port it to Linux for running (by cross-compiling to generate an executable file for the Linux platform).I don't know if my idea can be realized, but I want to try. |
Beta Was this translation helpful? Give feedback.
Hello sir, sorry to disturb you, but could you please tell me how to use your Qt library?