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

[FEATURE] Improve animation queueing #16

Closed R3tr0BoiDX closed 1 year ago

R3tr0BoiDX commented 1 year ago

Replace the current random selection of the animations with a queue. When queue is empty create a new one. This would prevent having the same animation chosen multiple times in a row or the impression, that a certain animation is favored (just because it gets picked repeatedly by the random generator)

(Hint: Im actually done with that, I just need to integrate it into this project)