Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 992 Bytes

README.md

File metadata and controls

46 lines (27 loc) · 992 Bytes

Application Name

AR Sight Spotter

Objective

The objective of this app is to overlay (augment) the real world with information (text) about what's around the user. The app works by using the iPhone camera to display the real world, the CoreLocation framework to figure out where in the world the user is, the wikipedia API to download data of based on the user's location, and the ARKit framework to overlay the additional, virtual data (node objects).

Book

Advanced iOS Volume 2

Education supplier

This iOS app project is from the iBook “Advanced iOS Volumes Series, authored by Paul Hudson.

Technologies

  • ARKit

  • CoreLocation

  • SceneKit

  • SKScene

  • SpriteKit

  • SKLabelNode

  • CLLocationManager

  • CLLocation

  • simd_float4x4()

  • SCNMatrix4MakeRotation()

  • ARAnchor(transform: )

  • JSON

  • Wikipedia API

Completed

July, 2019

Deployment information

  • Deployment Target (iOS version): 12.1 and higher
  • Supported Devices: iPhone