You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
R3tr0BoiDX
changed the title
Better threading for rainbow mode
Better rainbow mode
Oct 21, 2022
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.The text was updated successfully, but these errors were encountered: