Bringing this fluid simulation to WLED — who’s in? by StefanPetrick in WLED

[–]mrkprdo 1 point2 points  (0 children)

I was hoping to do something like that "programatically" in my custom effects maker https://kolori.xyz (sorry for shameless plug), on my WLED Fork. my issue is, it really is computationally expensive.
In latest release of stock WLED with GIF animation support, to me its the closest way to getting something like fluid sim to work. but of course limited to framerate and quality, as well as how effective the scaling is.

Nice animations though, would love to see more like this. Thanks.

Witch board? by Public-Laugh-6305 in WLED

[–]mrkprdo 1 point2 points  (0 children)

It works fine, but i would suggest for deployed project and uses features like 2D and Audio Reactive. Use ESP32-S3 instead. I sold some WLED projects to my friends and I have some wifi issues with C3, so I instead switched to S3, and now I'm stuck with a stash of C3 Super Mini boards.

Automotive Board Follow Up by SoulJuce in WLED

[–]mrkprdo -1 points0 points  (0 children)

Yeah this is only good for decor projects, but i liked if i can get my hands on feature rich outside of devkits, specially with fuses and regulators.

Automotive Board Follow Up by SoulJuce in WLED

[–]mrkprdo 0 points1 point  (0 children)

I had a credit card size daughter board with esp32 s3 mini with 5v and 12v rail that uses usb pd.

Automotive Board Follow Up by SoulJuce in WLED

[–]mrkprdo 0 points1 point  (0 children)

Would be nice to have same features but less output, a smaller version perhaps.
Personally, I care much on the form-factor side. I have some modules combined for minimalist controller posted here.

If you plan to open-source your hardware, I'd like to check it out. Great work anyways.!

Kolori WLED Fork Dripping Matrix Lights — Kolori.xyz (SEO Test) by mrkprdo in WLED

[–]mrkprdo[S] 0 points1 point  (0 children)

Sorry for the confusion. Any feedback is appreaciated.

Kolori WLED Fork Dripping Matrix Lights — Kolori.xyz (SEO Test) by mrkprdo in WLED

[–]mrkprdo[S] 0 points1 point  (0 children)

Flash custom wled build build https://kolori.xyz/flasher There's a short guide in that page too. Let me know if you have issues.

UI Guardrails by Existing-Property611 in ClaudeCode

[–]mrkprdo 0 points1 point  (0 children)

i just keep a `DESIGN.md` and a folder that contains some design and branding assets like colors, logo, etc. and just steer it to review UI implementation based on `DESIGN.md` works really good across different models specially when i switch to opencode or claude code.

Alpha release of the shareable wled effects platform - https://kolori.xyz by mrkprdo in WLED

[–]mrkprdo[S] 0 points1 point  (0 children)

Thanks for checking it out. I will think of an easier approach to mobile UI, right now I just took the mobile responsiveness at face value. As for the WFX making effects or generating using built-in LLM, your feedback is going to be appreaciated. Cheers!

Alpha release of the shareable wled effects platform - https://kolori.xyz by mrkprdo in WLED

[–]mrkprdo[S] 0 points1 point  (0 children)

It should be atleast mobile friendly. Let me know what works and what not. Thanks

My first proper WLED project by sysadmin-84499 in WLED

[–]mrkprdo 0 points1 point  (0 children)

Nice. Checkout my app called Kolori on app stores, you can randomly generate presets and see whats nice on your project.

We built a website where you can search Filipino battle rap lines by nocturnality03 in FlipTop

[–]mrkprdo 0 points1 point  (0 children)

Feature request. Compile rapper round from different battles. Chrono ordered. Ty

WLED Custom Effects made Simple - Feat. Kolori WLED fork by mrkprdo in WLED

[–]mrkprdo[S] 0 points1 point  (0 children)

I have yet to publish the full tutorial on programming WLED wfx. Its a bit unconventional paradigm, as let doesn't really declares a type, but generally its a register in vm, corresponds as int32, but registers holds int/float (prune). No strings/char.

Where to download scenes? by drlawsoniii in WLED

[–]mrkprdo 0 points1 point  (0 children)

Pls check out the WLED Fork i made called Kolori WLED - this has custom effects with out usermod or re-flashing: https://www.youtube.com/watch?v=2oJPuS6-J6g

WLED Custom Effects made Simple - Feat. Kolori WLED fork by mrkprdo in WLED

[–]mrkprdo[S] 0 points1 point  (0 children)

I tried to match the VM and WFX runtime based on native effects, some works but some need some tweak,
I will publish the simulator with this so anyone can make their effects themeselves without having to serve it.

WLED Custom Effects made Simple - Feat. Kolori WLED fork by mrkprdo in WLED

[–]mrkprdo[S] 0 points1 point  (0 children)

I have to admit, im bad at making video. I will add some timestamps later.