Ambilight for Corsair devices: Synchronise the colors of your iCue compatible devices with the content displayed on your screen.
click on the image (this video is quite old and I have to remake one)
This software is a very early beta and I'm trying to find time to maintain and improve it. However since I'm currently a student this is pretty hard. Feel free to make any requests to improve it and continuing posting issues as I will solve them in priority when i get the time to do it.
Download the latest release here.
See Q&A.md.
If you're a developer/user, there are many ways you could help this project:
- Open an issue/Ask a question if you encounter any particular problem.
- Try to find from where the problem comes in issues you can reproduce (any kind of information is helpful!)
- Share your features ideas by starting a Discussion/Opening an issue.
- Implement or try to solve someting listed in the issues. Any kind of contribution is welcome and as long as you write understandable code we will be able to work together!
- Make sure you have installed the prerequisites for the cue-sdk package to work properly.
- Install the required packages with
npm i --also=dev
- Start the application with
npm run watch
- Build the application with
npm run compile