GameWithPixels / DiceFirmware

Pixels dice firmware code.
MIT License
15 stars 1 forks source link

Add noise animation #34

Closed obasille closed 2 years ago

obasille commented 2 years ago

The idea is to use a computer generated noise function to control which LED lights up, rather than a LED pattern.

Expose a couple visually interesting parameters (like rand seed, noise speed, noise fade in & out, etc.) in the animation class, for the user to play with.

obasille commented 2 years ago

As you make progress in your understanding of the animation system, please you add some comments for each function of the AnimationInstance class in Animation.h