Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

Commit

Permalink
Fixed up wikitude article and added embeded video
Browse files Browse the repository at this point in the history
  • Loading branch information
timkim committed Jun 10, 2016
1 parent b75e774 commit 76fac4e
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions docs/2-tutorials/2-develop/9-developing-with-wikitude.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,26 @@ layout: subpage

## Overview

Augmented reality has now come to the PhoneGap Developer App with the inclusion of the Wikitude Cordova plugin. Users of the PhoneGap Developer App will now be able to detect images or locations and project 2D images or 3D models.
Wikitude's augmented reality Cordova plugin has now come to the PhoneGap Developer App. Users of the PhoneGap Developer App will now be able to detect images or locations and project 2D images or 3D models.

To see an example, here's a [video](https://www.youtube.com/watch?v=Om8CiurYLWg&feature=youtu.be).
See the demo in action on our PhoneGap Day EU 2016 T-Shirts!

You can test the above demo by opening the PhoneGap Developer App (v1.7.0 and higher - Windows Phone not supported) and launching from this address: `ar.phonegap.com`.
<div class="video-wrapper">
<iframe width="420" height="315" src="https://www.youtube.com/embed/Om8CiurYLWg" frameborder="0" allowfullscreen></iframe>
</div>

## Running from Hosted Template
You can test the above demo by downloading and launching the PhoneGap Developer App (v1.7.0 and higher - Windows Phone not supported). Then use this address: `ar.phonegap.com` in the url section of the PhoneGap Developer App.

<img class="mobile-image" src="/images/dev-app-wikitude.jpg" alt="PhoneGap Developer App and Wikitude"/>

## Running from Local Template
Instead of running from `ar.phonegap.com` you can create your own augmented reality PhoneGap project by using the command:
```
$ phonegap create myApp --template wikitude-augmented-reality
$ cd myApp
$ phonegap serve
```

## Developing

Expand Down

0 comments on commit 76fac4e

Please sign in to comment.