glow-effects

Crates.ioglow-effects
lib.rsglow-effects
version0.5.0
sourcesrc
created_at2024-04-23 03:23:12.856222
updated_at2024-04-23 03:23:12.856222
descriptionA library for building effects for programmable LEDs
homepage
repositoryhttps://github.com/cgorski/glow-effects
max_upload_size
id1217140
size31,238
Christopher A Gorski (cgorski)

documentation

https://docs.rs/glow-effects

README

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
Commit count: 5

cargo fmt