-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Color Kinetics Support #60
Comments
Hey - sounds good. The update you linked is from an older design - before we switched to Qt. Unfortunately right now there isn't actually support for any hardware other than raw video. This has been a big todo for us (#26) and there's currently a PR in progress (#59) that makes it drastically easier to implement these kinds of outputs. If you're in a rush - it'd be easiest to work off of FirstEast's fork, although it's pretty old. I was reading around about CK lights and found this: https://github.com/Dewb/streetlight . I hadn't heard of Syphon/Spout before, but those are exactly the kind of interfaces I've wanted to support. I opened #61 to implement something like this. |
I would rather you fork off of #59 and subclass |
Hadn't heard of streetlight before |
By jove, it works, I'll rebase onto master and make a PR soon |
I'm trying to write a new backed for radiance to support ColorKinetics lights using the DMX protocol. I've been working on a basic version of controlling these lights. But it would be much easier to update this library, than to add all of the features from here into my code.
Do you have any suggestions on where to start? I mostly understand this update: FirstEast@fee2a37 but the library has changed a bit since then
The text was updated successfully, but these errors were encountered: