https://github.com/boehs/stripper
A framework for LED strips
https://github.com/boehs/stripper
hci human-computer-interaction led led-strips leds pico wasm
Last synced: about 1 month ago
JSON representation
A framework for LED strips
- Host: GitHub
- URL: https://github.com/boehs/stripper
- Owner: boehs
- Created: 2023-05-03T01:52:56.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-17T19:44:09.000Z (about 3 years ago)
- Last Synced: 2026-01-27T13:52:00.271Z (4 months ago)
- Topics: hci, human-computer-interaction, led, led-strips, leds, pico, wasm
- Language: Rust
- Homepage:
- Size: 201 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stripper 🗿
## A framework for LED strips
Generally, I've chosen interportability over performance here.
## Assumptions
- The animation will run at 30fps
- If your code cannot run at 30fps, it is terible and should be fixed
- You can write rust
- You will be happy about writing rust
- The number of pixels is static
Edit: So it turns out my code is terrible and should be fixed