Hi everyone!
I would like to share my rgb keyboard effect I implemented just for fun. The app only supports laptops with ITE8291r3 controller but the effects are portable.
The code is located here: https://github.com/salihmarangoz/system_tray_extensions
The ripple effect is super cool! Idk how hard it would be, but if you made it so multiple ripples would interact like they would in water (bounce off each other, etc), that would take it to the next level!
Thanks! It sounds like a good idea but keyboard lights are have a pretty low resolution (approx. 6 rows and 20 cols). So, instead of blending, if I would make it more realistic then it would cause aliasing effect. With aliasing it wouldnt look nice. Blending colors is much better option for low resolution, I think :)
Makes sense. Well, cool project!