geheur / rainbow-rave

rainbow nightmare
BSD 2-Clause "Simplified" License
1 stars 1 forks source link

add mouse trail length config option #7

Open call-me-maple opened 2 years ago

call-me-maple commented 2 years ago

Adds an option to configure how long to make the mouse trail.

geheur commented 2 years ago

I'm not sure I like how the shorter than 50 trail does not contain all the colors.

call-me-maple commented 2 years ago

This most recent commit changes the default behavior to only do 1 cycle of all the colors regardless of the number of Curves and tries to give party mode a consistent behavior regardless of the size too.

One thing to note is that in the old behavior the full spectrum of colors isn't being used and caps at about 85% and leaves out some pinks and reds. So with the change, there is red on both sides of the trail because of where it loops. I think it is possible to shift the colors more so it isn't as noticeable.

image

vs the existing one

image

call-me-maple commented 2 years ago

I went ahead and made the functionality similar to the existing version.