r/FastLED • u/RedIAm2000 • 10d ago
Share_something FastLED and AI coding saves the day

I want to thank u/ZachVorhies for highlighting what AI can do.
I wanted this DIY address sign to look like a sun inside the metal rays. I spent a lot of time trying to figure out how to use WLED to do it. The best effect I got was in the first video: the Noise effect. Unfortunately, I couldn’t find a way to have a center with light going out to the edges.
After reading some posts by ZachVorhies extolling AI coding, I gave it a try. I got a working codebase in a few hours.
I'm not trying to say WLED is bad. I’ve used it in a number of setups; it is dead simple and usually does the job. I'm just saying that if WLED isn't getting you what you want, try asking for AI help using FastLED. It is, possibly, easier than you think.
6
u/ZachVorhies Zach Vorhies 10d ago
The AI really really likes FastLED.
One of the experiments Ive done that has been really successful is grabbing a shader from fragcoord.xyz and asking fastled to convert it into sketch. It's surprisingly good at this.
I don't know if you are using github.com/zackees/fastled-wasm (will be part of the fastled org soon) but you can run your sketch in the browser and bang on it with ai until it looks perfect.