plattysoft / ArToolKitJpctBaseLib

Other
20 stars 13 forks source link

ArToolKitJpctBaseLib

This project provices an easy way to create AR applications for Android using ARToolKit and jPCT-AE together.

By putting them together we can create rich AR application in a simpler way. This library is a wrapper of ARToolKit that connects it with jPCT-AE.

This project is an extension to the ARBaseLib project of ARToolkit.

ARToolKit is provided under LGPL, and so is this wrapper.

Configuration

For Android Studio, you just need to add the following to dependencies of the build.gradle of your project:

dependencies {
    compile(group: 'org.artoolkit.ar.jpct', name: 'ArJpctBaseLib', version: '0.9', ext: 'aar')
    [...]
}

For Eclipse you need to download the source code and add it as a library.

Samples

Notes about jPCT-AE

Other notes