Crates.io | glow-effects |
lib.rs | glow-effects |
version | 0.5.0 |
source | src |
created_at | 2024-04-23 03:23:12.856222 |
updated_at | 2024-04-23 03:23:12.856222 |
description | A library for building effects for programmable LEDs |
homepage | |
repository | https://github.com/cgorski/glow-effects |
max_upload_size | |
id | 1217140 |
size | 31,238 |
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).