Skip to content

mrcao2011/ARKit-Sampler

 
 

Repository files navigation

ARKit-Sampler

Platform Language License Twitter

ARKit-Sampler is a collection of ARKit samples.

How to build

  1. Download Inceptionv3.mlmodel from here, then put it into the mlmodels folder.
  2. Open ARKit-Sampler.xcworkspace with Xcode 9 and build it.

It can NOT run on Simulator. (Because it uses Metal.)

Contents

3 lines AR

A simple AR with 3 lines code.

Plane Detection

A sample to show how simply ARKit can detect planes.

Virtual Object

A sample to show how to add a virtual object to a detected plane.

AR Interaction

Interactions with virtual objects or detected plane anchors.

AR Measure

Measuring lengths in the real space.

AR Drawing

Drawing in the real space.

Core ML + ARKit",

AR Tagging to detected objects using Core ML.

Metal + ARKit

Rendering with Metal.

Coming soon...

  • Audio + ARKit
  • Core Location / MapKit + ARKit
  • Face Tracking
  • etc...

Author

Shuichi Tsutsumi

iOS programmer from Japan.

Special Thanks

The icon is designed by Okazu

[AD] iOS 11 Programming (Japanese)

https://peaks.cc/iOS11

  • 話題のARKit, Core MLなどの新フレームワーク、Swift 4, Xcode 9の新機能、Drag and DropなどUIKitの新機能、AutoLayout関連アップデート, Metal 2, HomeKit, Core NFC, PDFKit, SiriKit, MusicKit, AirPlay 2 などなどiOS 11の主要トピックを網羅する解説書
  • ARKit, Metalの章の執筆を担当しています

About

Code examples for ARKit.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 90.3%
  • Metal 9.5%
  • Ruby 0.2%