Activity

Eucatastrophe

Hilo :D

This is the terminal representation of a WLED setup. commands are sent through HTTP, although I want to implement DDP later (it’s a lot faster). I used python for the “server” and c++ for the code. I thought c++ would make it a bit faster than the prior python implementation but it turns out the actual bottleneck is internet lag, I thinkk

anyways, there’s also a sorting algo! I modularized it by having a lightsarray class that handles the network commands, and individual light objects inside of the lights array.

I kind of want to make a rhythm game out of this :p

0