Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.62 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.62 KB

ARKitCarGeolocation

AR app that tracks the location of a car, showing a 3D model of the car with ARKit.

You can follow the tutorial to build this application or jump straight to the code.

ARKit + CoreLocation + Pusher

The location events can be generated manually with the Node.js script on this gist or with the app on this GitHub repository.

Prerequisites

  • Xcode 9
  • iOS 11
  • An iOS device with an A9 or better processor (iPhone 6s or superior, iPad Pro, iPad 2017)

Getting Started

  1. Clone this repository and cd into it.
  2. Open the xcworkspace file in Xcode 9.
  3. Create a Pusher account, a Pusher app, and fill the information in ViewController.swift.
  4. You have to run the project in a real device with iOS 11. AR won’t work in the simulator, so configure a team to sign your app (a paid developer account is not required for testing in one device).

Built With

  • Pusher - APIs to enable devs building realtime features
  • Xcode - Includes everything you need to create apps for iPhone, iPad, Mac, Apple Watch, and Apple TV.

Acknowledgments

  • Thanks to Pusher for sponsoring this tutorial.
  • The following 3D model was used:

License

MIT