An open API service indexing awesome lists of open source software.

https://github.com/jonthysell/ardutransitions

Simple transition effects for Arduboy2-based games
https://github.com/jonthysell/ardutransitions

arduboy arduboy2 arduino arduino-library

Last synced: about 1 month ago
JSON representation

Simple transition effects for Arduboy2-based games

Awesome Lists containing this project

README

          

# ArduTransitions #

The ArduTransitions library provides simple transition effects for Arduboy2-based games.

## Installation ##

1. Download the latest source code zip from https://github.com/jonthysell/ArduTransitions/releases/latest
2. Open the Arduino IDE
3. Open "Sketch > Include Library > Add .ZIP Library..."
4. Select the zip file you downloaded in step 1

## Getting Started ##

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