Skip to content

RetroGraphicsEngine is a pure canvas‑based graphics engine for Android

License

Notifications You must be signed in to change notification settings

PioBeat/RetroGraphicsEngine

Repository files navigation

RetroGraphicsEngine

RetroGraphicsEngine is a pure canvas‑based graphics engine for Android. Easy to setup. Easy to use. Fun to play.

Current Stable Version: 0.9.4

Beta Version: 0.9.5-beta1

Compatibility

API 16+

Installation

AAR Library

To add the library to your application include it as a library project along with the *.aar file.

Download the latest release in the release section.

Gradle

repositories {
    maven {
        url 'https://dl.bintray.com/piobeat/offbeat-pioneer-maven'
    }
}

dependencies {
    compile 'net.offbeat-pioneer.android:retroengine:0.9.4'
    // for the beta
    // compile 'net.offbeat-pioneer.android:retroengine:0.9.5-beta1'
}

Quick look

Using this library is simple. You have three options to get started:

  • Go to the play store to download the demo app which shows some of the features

  • Look into the source code which is available in this repository to see some examples

  • Have a look into the documentation

Documentation

External Libraries