BradyBrenot / huestacean

Philips Hue control app for desktop with screen syncing. C++ with Qt Quick GUI.
http://huestacean.com
Apache License 2.0
564 stars 54 forks source link

Fix Linux build #164

Closed Zopolis4 closed 1 year ago

Zopolis4 commented 1 year ago

Mostly just replacing MSVC typedef aliases with their ISO equivalent.

The razer stuff might be missing some functionality, specifically when it comes to calling razor devices and setting colors, but that's the best I can do with the way their SDK is designed.

Resolves #125.