The ArduTransitions library provides simple transition effects for Arduboy2-based games.
- Download the latest source code zip from https://github.com/jonthysell/ArduTransitions/releases/latest
- Open the Arduino IDE
- Open "Sketch > Include Library > Add .ZIP Library..."
- Select the zip file you downloaded in step 1
You'll need Arduboy2 installed in order to use ArduTransitions.
An example sketch is included which demos all of the transitions in the ArduTransitions library. See "File > Examples > ArduTransitions" in the Arduino IDE after installation.
Copyright (c) 2020 Jon Thysell