shinyblink / sled

Satanic/Sexy/Stupid/Silly/Shiny LED matrix controller
https://shinyblink.github.io/sled/
ISC License
122 stars 25 forks source link

GFX: Bubblesorty Effect #47

Closed cyriax0 closed 6 years ago

cyriax0 commented 6 years ago

added src/modules/gfx_sort1.c

It is an effect that sorts values from a color range in a 2D array.

It has some hardcoded values for now and could use some optimization. Additional auto parametrization for different variants could be added.

The effect looks nice already but is a bit lengthy.

Have fun

Edit: Also contains src/modules//gfx_bttrblls.c that somewhat improves on gfx_balls.c. I didn't realize that - sry.

vifino commented 6 years ago

Looks awesome!