Skip to content

msach22/ARKitSample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ARKit Sample

In this repo you will find a sample application combining OpenTok and ARKit.

The sample uses SceneKit to model and render the virtual world. The OpenTok video stream will be renderer in a SceneKit node.

If you want to know more about the sample, please read the blog post which accompanies this sample

Running the sample

  • Install OpenTok sdk by using CocoaPods

$ pod install

  • Gather OpenTok session credencial from your account portal and fill the that in the ViewController.swift file
let kApiKey = ""
let kToken = ""
let kSessionId = ""
  • Setup your provisioning profile for Debug at the project page in Xcode

  • Run in a real device. Since the sample is using metal, iOS Simulator is not supported

About

Sample App using ARKit Apple framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 88.5%
  • Metal 9.4%
  • Ruby 2.1%