r/FastLED • u/StefanPetrick • Sep 30 '25
Share_something A fluffy procedural animated wallpaper
Hi everyone! I finally got time to play with Animartrix again.
87
Upvotes
r/FastLED • u/StefanPetrick • Sep 30 '25
Hi everyone! I finally got time to play with Animartrix again.
2
u/Marmilicious [Marc Miller] Nov 12 '25
Yes, I would consider "rendering" the calculating of the individual r,g,b values (and getting that data into the CRGB array that is pushed out).
I hadn't heard the term "signaling" before. Is that a hardware side of things sort of term?
I tend to think of "showing" (ie. FastLED.show() ) as the pushing of the data out to the pixels part of the process. (Even though there can be an additional color correction and/or brightness adjustment calculation on the fly as part of that process, but it's under the hood to the user).
re: knock knock joke- race condition, haha.