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
- Host: GitHub
- URL: https://github.com/jonthysell/ardutransitions
- Owner: jonthysell
- License: mit
- Created: 2020-08-29T17:38:27.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-29T18:25:38.000Z (almost 6 years ago)
- Last Synced: 2025-03-05T05:44:59.018Z (about 1 year ago)
- Topics: arduboy, arduboy2, arduino, arduino-library
- Language: C++
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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