An open API service indexing awesome lists of open source software.

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

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!