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).
- Allows users to measure the distance between two objects in AR.
- Code: /World Tracking/ViewController.swift
- Allows users to paint in AR.
- Code: /World Tracking/DrawingViewController.swift
- Allows users to visit parts of our solar system in AR.
- Code: /World Tracking/PlanetViewController.swift
- Allows users to place 3D models (furniture) into their surroundings in AR.
- Code: /World Tracking/IkeaViewController.swift
- Code: /World Tracking/ikeaItemCell.swift
- Allows users to play a game of whack a mole in AR.
- Code: /World Tracking/GameViewController.swift
- 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
- Allows users to detect images in AR, and get various information back.
- Code: /World Tracking/ImageDetectionViewController.swift