Manages animations for LED stripes
Project description
Manages animations for LED stripes
About
glin manages und runs your animations for LED stripes like WS2801, WS2811 and similar.
glin is fully implemented in Python. It uses ZeroMQ as frontend, so it’s possible to use nearly every platform to build graphical or command line interfaces to interact with glin.
glin is in active development. Consider it as unstable!
- features:
fully controllable via ZeroMQ
variable FPS, depending on animation and LED stripe capabilities
multiple ZeroMQ clients can be connected at the same time
talk to LED Strip via UDP
some sample animations (Static Color and Nova)
automatically detect and load supported animations
- partial implemented:
use configuration files for server side configuration
load various backends for communicating with LED stripe (UDP, SPI,…)
- planned features:
SPI backend, esp. for Raspberry Pi
more animations
- dependencies:
Python 3 (Python 2 is not supported)
ZeroMQ (pyzmq)
Numpy
setuptools
Setup
- install
- using git:
clone this repository
cd into the project folder
run sudo pip install . or sudo pip install -e .
- using PyPI:
sudo pip install glin
run with glin
Parameters
-c, --config: specify configuration file. A example configuration file is included (example.conf)
-h, --help: show help
License
licensed under LGPL v3.0 (see LICENSE file)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file glin-0.0.3.tar.gz
.
File metadata
- Download URL: glin-0.0.3.tar.gz
- Upload date:
- Size: 10.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 71be89ce10ad82ab5fcad2a4d4a66491aa13a0a45e3e849bd9c93f55886c2027 |
|
MD5 | ef5c0323d09f310d613b4bc35e520964 |
|
BLAKE2b-256 | fd1c31eb46924fc0799c70520d22dbcbd943a4798a33670f8b00a79e43cb38a3 |