项目作者: spatialcanvas

项目描述 :
SpatialCanvas iOS SDK
高级语言: Swift
项目地址: git://github.com/spatialcanvas/spatialcanvas-ios.git
创建时间: 2018-02-16T14:47:33Z
项目社区:https://github.com/spatialcanvas/spatialcanvas-ios

开源协议:Apache License 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.

  1. pod 'SpatialCanvas', '~> 0.5'

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

  1. <key>NSLocationWhenInUseUsageDescription</key>
  2. <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:

  1. git clone git@github.com:spatialcanvas/spatialcanvas-ios.git
  2. cd spatialcanvas-ios/Example
  3. pod repo update
  4. pod install
  5. open Example.xcworkspace

License

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