/spatialcanvas-ios

SpatialCanvas iOS SDK

Primary LanguageSwiftApache License 2.0Apache-2.0

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 git@github.com: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.