shinyblink / sled

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

gfx_starfield: new Starfield Simulation inspired module #50

Closed cyriax0 closed 6 years ago

cyriax0 commented 6 years ago

I added an effect inspired by the old Starfield Simulation screensaver for windows.

Working

Possible Perfomance Issues

I use matrix_clear() each frame, IDK if that could be improved.

Possible Eyecandy Improvements

vifino commented 6 years ago

A simple tweak would be to use HSV for the colors, store the hue per star and randomize that one. You probably thought of that too. ;)

Address the changes and I'll gladly merge it.