#effect #led #control

glow-effects

A library for building effects for programmable LEDs

1 unstable release

new 0.5.0 Apr 23, 2024

#2 in #effects

Download history 156/week @ 2024-04-19

156 downloads per month
Used in 2 crates (via glow-control-lib)

MIT/Apache

18KB
462 lines

Build Status

Crates.io Library

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
~81K SLoC