Skip to content

PioBeat/RetroGraphicsEngine

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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