Skip to content

How do you generally run this? #30

Answered by Anders-Holst
sihil asked this question in Q&A
Discussion options

You must be logged in to vote

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:

>>> from xled_plus.samples.sample_setup import *
>>> ct…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Anders-Holst
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #23 on December 03, 2024 21:18.