Inverted / tasbot_eyes

Software, to control the eyes of the new TASBot, build by blastermak
BSD 2-Clause "Simplified" License
0 stars 3 forks source link

Better rainbow mode #14

Open R3tr0BoiDX opened 1 year ago

R3tr0BoiDX commented 1 year ago

Currently, rainbow mode is solved with a fork. A proper pthread might be the better option. Also, currently, its only a running hue, rendered whenever a new frame is rendered. Much better would be a continuously color fade. For this, the actual rendering would be needed to be done in yet another thread, that just takes the current frame and applies the color to it.