Resources in CPU and RAM performance assessment for different marker types in Augmented Reality applications
This repository hosts the necessary resources to replicate the experiment described in CPU and RAM performance assessment for different marker types in Augmented Reality applications
This page will help you set up your computer to be able to run and build the app.
- Android Debug Bridge
- Node Js v12.18.1
- Wikitude SDK
- Cordova
In order to set up the different projects, you will need to do the following steps:
- Create an account on Wikitude
- Request a New Trial Key
- Open the terminal
- Move to one of the projects. Eg.
cd Projects/fiducial-markers - Install dependencies
npm install - Look for
this._sdkKeyon the project - Update
this._sdkKeywith the New Trial Key that was requested before - Run
cordova build android - Run
cordova run android