glow-effects 0.5.0

A library for building effects for programmable LEDs
Documentation
  • Coverage
  • 0%
    0 out of 71 items documented0 out of 35 items with examples
  • Size
  • Source code size: 38.29 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 6.86 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 1m 2s Average build duration of successful builds.
  • all releases: 1m 2s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • cgorski/glow-effects
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • cgorski

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