geckoanton / Quadrum

LED-Cube framework and editor for easier streaming and uploading of animations
https://geckoanton.github.io/quadrum/
GNU General Public License v3.0
11 stars 1 forks source link

LED Cube Software for WLED #1

Open freakysheep opened 3 years ago

freakysheep commented 3 years ago

Hi there, your project looks cool. Some time ago I created a 5x5 cube with RGB LEDs that are adressable (data is connected in a snake pattern through the LEDs, the cube only needs one data pin) so I am able to use https://github.com/Aircoookie/WLED to control it. While it looks cool it has not features special for cubes. As I really like WLED and it has the feature of connecting to it with a bunch of different APIs (E1.31, UDP realtime, JSON) I wish I had some software like yours that can connect wireless to it and map the LEDs in the "lightstrip" in software for creating animations for it. Is that somehow supported or planned? Do you know any project that does something similar?

geckoanton commented 3 years ago

Thanks! Currently the software only supports streaming animations through serial (that may be possible to implement wirelessly). I will look into building an API that easily lets you get the animation data to a different program on the computer in a future release.