Skip to content

Project structure

Juan Carlos edited this page Jul 6, 2017 · 1 revision

On the root you will find the following folders:

aRbaseLib: This is the ARToolKit library.

android: Mainly to test the library, correspond to the usual libGDX project organization

core: Mainly to test the library, correspond to the usual libGDX project organization

gradle/wrapper: Correspond to the usual libGDX project organization

trascendentAR-core: Here are the classes to be used from the core of the application. An ARCAmera based on the libGDX perspective camera and the ARToolKitmanager interface to call ARToolKit methods. Also the gradle configuration icnludes upload methods to bintray jCenter.

trascendentAR-android: This is where we put everything which is Android side for trascendentAR, actually there is only one class called ARLauncher, this class is based on libGDX AndroidLauncher, implements everything for libGDX to work and handles the device camera, the camera surface and management of ARToolKit markers. Also the gradle configuration icnludes upload methods to bintray jCenter.

Clone this wiki locally