shinyblink / sled

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

Cyriax #46

Closed cyriax0 closed 6 years ago

cyriax0 commented 6 years ago

I implemented a nice 2D randomized bubblesorty effect thingy on my way home last night. You might be interested.

It needs a little refinement for automatic parameterization and better resetting, but it's nontheless nice to look at.

Have fun

MyIgel commented 6 years ago

Some "interesting" Parameters for 256x256:

const int color_range = 1200;
const int swaps_per_frame = 20000;
const int boring_threshold = 1000;
const int soft_boring_threshold = 7000;
cyriax0 commented 6 years ago

Sorry, I'll branch into a separate feature branch and put up a new better and improved megre request. ^^'