How do you generally run this? #30
-
This is excellent! Last year I found https://github.com/scrool/xled but failed to find this project. I'm wondering how you run this, especially in live mode? On a normal computer or on a SBC of some sort? Thanks for working on this :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It runs on any ordinary computer with python. The Readme text in this package shows how to get started and use it from a command line. There are also examples of real-time effects (which I suppose is what you mean by live mode) in the samples directory. A simple one but still one of my favorites is the random walk in color space: If you want to experiment and develop your own effects, another way to run it is from a python shell:
Now you have a HighControlInterface object connected to your leds in Anders |
Beta Was this translation helpful? Give feedback.
It runs on any ordinary computer with python. The Readme text in this package shows how to get started and use it from a command line.
There are also examples of real-time effects (which I suppose is what you mean by live mode) in the samples directory. A simple one but still one of my favorites is the random walk in color space:
python -m xled_plus.samples.colmeander
(This effect is on purpose very slow, so give it a minute or two - you are not supposed to notice when it changes but every time you look up it has a new random color.)
If you want to experiment and develop your own effects, another way to run it is from a python shell: