z3ntu / RazerGenie

Qt application for configuring your Razer devices under GNU/Linux.
GNU General Public License v3.0
385 stars 35 forks source link

Hue lights sync? #16

Closed y4my4my4m closed 6 years ago

y4my4my4m commented 6 years ago

Hi, sorry if this is an inappropriate question. I've just been looking at the code and was wondering it if would be relatively easy to add Hue lights sync with the chroma keyboard. I've noticed part of the code is in C++, is it still possible to add such features working only with the Python end of the code?

Thank you

z3ntu commented 6 years ago

It's probably possible and you'll be interested in the pylib we created for openrazer (the package is called python3-openrazer or similar, depends on the distribution). Several examples are available at https://github.com/openrazer/openrazer/tree/master/examples (we unfortunately have no formal documentation for it yet). If you have any further questions, you can also join our community chat, either via Telegram (https://t.me/joinchat/A1E4RT9TxhnxyetdQCSj7Q) or via Matrix (https://matrix.to/#/#openrazer:matrix.org)

y4my4my4m commented 6 years ago

@z3ntu Thank you!

I will do so :)