https://github.com/bltzr/ellydeez
A mapper for LEDs (and more) made with openframeworks
https://github.com/bltzr/ellydeez
apa102 dmx led-strips openframeworks
Last synced: 12 months ago
JSON representation
A mapper for LEDs (and more) made with openframeworks
- Host: GitHub
- URL: https://github.com/bltzr/ellydeez
- Owner: bltzr
- Created: 2018-05-22T07:04:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-23T16:57:07.000Z (almost 7 years ago)
- Last Synced: 2025-01-17T05:43:43.837Z (about 1 year ago)
- Topics: apa102, dmx, led-strips, openframeworks
- Language: C++
- Homepage:
- Size: 5.29 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This openFrameworks application allows to send images to APA102 LED strips (and, optionally, DMX) through a bunch of teensy-based bridge applications (code included as a submodule) via SLIP-OSC.
It can use live video (from Syphon) or video files.
Some ofAddons are necessary to build this app:
- https://github.com/bakercp/ofxSerial.git which itself requires ofxIO:
- https://github.com/bakercp/ofxIO.git (on branch stable)
- https://github.com/astellato/ofxSyphon.git (on the Mac)
It runs on Mac. Raspberry Pi will soon be supported as well.
This Application has been initially developed for the [Nebula art project](http://www.baltazars.org/project/nebula/).
Thanks to @avilleret for initial help!