argon-app
argon-app copied to clipboard
Source code for the Argon4 AR Web Browser
The ArgonXR Immersive Web Browser
This is the source code for the ArgonXR web browser, an open-standards AR-first browser for iOS and Android. It is available in iTunes for iOS and Google Play for Android
This software was created as part of a research project at the Augmented Environments Lab at Georgia Tech. To support our research, we request that if you make use of this software, you let us know how you used it by sending mail to Blair MacIntyre ([email protected]).
To use ArgonXR, you create web pages using the WebXR Device API and host them on your website.
Build Instructions
- Clone this repo to your computer, e.g. to an
argon-appdirectory - Install node
- Install nativescript tools via
npm i -g nativescript- advanced installataion instructions at http://docs.nativescript.org/start/ns-setup-os-x (Mac, supports iOS and Android) or http://docs.nativescript.org/start/ns-setup-win (Windows, supports Android only). Note that Cocoapods is required for iOS development.
- Execute
tns installin theargon-appdirectory
iOS
-
Execute
tns run ios, or executetns prepare iosand open argonapp.xcworkspace (located at /argon-app/platforms/ios) in XCode -
Debug with javascript inspector using
tns debug ios
Android
-
Execute
tns run android -
Debug with javascript inspector using
tns debug android
Setting up Vuforia
You'll need to build argon-app with your own Vuforia license key to enable the video background and target tracking.
-
Get a Vuforia license key here: https://library.vuforia.com/articles/Training/Vuforia-License-Manager
-
Open
argon-app/app/config.tsand setDEBUG_VUFORIA_LICENSE_KEYto your key string
Developing
Recommended editor is Visual Studio Code.
Limitations
You will not be able to decrypt ArgonXR Vuforia license key files created with our Vuforia PGP Encryptor, since we do not include the PGP key necessary for decrypting those files here. When you build with your own Vuforia key, it is always used, and encypted PGP keys are ignored.