1 unstable release
0.5.0 | Apr 23, 2024 |
---|
#63 in #led
44 downloads per month
Used in 2 crates
(via glow-control-lib)
18KB
462 lines
Glow Effects for Programmable LEDs
Be sure to check out the book at the project website.
The glow-effects
crate is a Rust library designed to create effects
with generic programmable LEDs. It contains routines for various effects, as well as constructs to
create new effects. Notably, this crate is used by the glow-control project
to interface with Twinkly LED devices, but this crate is general enough to use
with any generic devices, or even virtual devices in software (e.g., for graphics effects).
Features
- Various pre-built effects for programmable LEDs
- Constructs for creating new effects
- Generalizable to any LED device, real or virtual
Dependencies
~4MB
~77K SLoC