Info
Version: | 1.2.0 |
Author(s): | Jared Bienz |
Last Update: | Monday, May 16, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://gart.codeplex.com/ |
NuGet Url: | https://www.nuget.org/packages/GART |
Install
Install-Package GART
dotnet add package GART
paket add GART
GART Download (Unzip the "nupkg" after downloading)
Dependencies
- WPtoolkit(>= 4.2013.8.16)
This kit is different from other AR kits in that it enables what we call “Geo AR”.
Where other toolkits place virtual things on top of specially printed tags, this toolkit places information on top of real places in the world around you. It does this by tracking where you are and the direction you’re facing.
Geo AR apps are easy to write because all you need to provide is a collection of objects that have Latitudes and Longitudes. These can come from anywhere, for example a Bing restaurant search, a Flickr photo search or a Wikipedia article search.
The framework then takes care of managing sensors and tracking where the user is in relation to the reference points. It can show where the points are in relation to user from a top-down perspective (on a map) or it can show where the points are as a virtual lens into the real world.