Skip to content

spatialcanvas/spatialcanvas-ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpatialCanvas Build Status

SpatialCanvas is an iOS SDK meant to enhance your application by providing a persistent augmented reality experience.

Requirements

  • iOS 11.3+
  • ARKit 1.5+

Install

For now, the SDK only supports CocoaPods as its install method.

pod 'SpatialCanvas', '~> 0.5'

In your application Info.plist, add the following property:

<key>NSLocationWhenInUseUsageDescription</key>
<string>This application will use the location for Augmented Reality persistence.</string>

Documentation

Check the full documentation here.

Example

In order to checkout the example:

git clone [email protected]:spatialcanvas/spatialcanvas-ios.git
cd spatialcanvas-ios/Example
pod repo update
pod install
open Example.xcworkspace

License

The contents of this repository is licensed under the Apache License, version 2.0.