ARKit & SceneKit Augmented Reality Application for IOS


This repository contains the files for the augmented reality IOS application developed by ARBOIS.

The application contains the following subapplications (listed with their relevant code files).

AR Measurekit

  • Allows users to measure the distance between two objects in AR.
  • Code: /World Tracking/ViewController.swift

AR Painting

  • Allows users to paint in AR.
  • Code: /World Tracking/DrawingViewController.swift

AR Solar System

  • Allows users to visit parts of our solar system in AR.
  • Code: /World Tracking/PlanetViewController.swift

AR Ikea

  • Allows users to place 3D models (furniture) into their surroundings in AR.
  • Code: /World Tracking/IkeaViewController.swift
  • Code: /World Tracking/ikeaItemCell.swift

AR Whack a Mole

  • Allows users to play a game of whack a mole in AR.
  • Code: /World Tracking/GameViewController.swift

AR Near Me

  • Allows users to find locations like banks, bars and gas stations in AR.
  • Code: /World Tracking/LocationViewController2.swift
  • Code: /World Tracking/LocationTableViewController.swift
  • Code: /World Tracking/LocationAnnotation.swift

AR Image Recognition

  • Allows users to detect images in AR, and get various information back.
  • Code: /World Tracking/ImageDetectionViewController.swift