CorsairOfficial / cue-sdk

Corsair iCUE SDK
https://corsairofficial.github.io/cue-sdk/
221 stars 24 forks source link

Please create an official Java wrapper. #37

Open sblantipodi opened 3 months ago

sblantipodi commented 3 months ago

As title. Please create an official Java wrapper we need that one!!!

Legion2 commented 3 months ago

I created an http wrapper and cli https://github.com/Legion2/open-cue-service. It uses the game SDK instead of normal SDK, so the controls are different

sblantipodi commented 3 months ago

Hi @Legion2 thank you very much for the answer. I would have preferred something official from Corsair but hey your lib looks cool.

Is there some examples on how to set a solid color to all the LEDs present in icue for example? Suppose that I want to turn all the devices red, how can I do it?

Legion2 commented 3 months ago

You need to create a profile in iCUE where all LEDs are red, export it and then use it as explained in the readme.

sblantipodi commented 3 months ago

ok cool... what I would like to achieve is to control the LED dinamically from my project, even if HTTP calls are cool, they are not the solution to my problem.

megabytesme commented 3 months ago

I can second this need, profiles will only get you so far... It would be awesome to have a usable Java SDK!