DEV Community

Cover image for Collection of augmented reality samples for iOS
yasu | tavia.app
yasu | tavia.app

Posted on

Collection of augmented reality samples for iOS

Introduction

This is my first time posting on Dev.to! I have just released a collection of AR functions that can be done using iOS as an open source.

Background

In developing an app (or any system), we usually define the user's problem and its solution, then design and develop it. When AR was included in this process, there were several times when we implemented it but ended up not releasing it to the production. In the case of the normal screen(2D) UIUX development, design tools such as Figma can help to quickly and inexpensively identify the "wrongness", and best practices and guidelines are available, to begin with, but this is not yet the case with AR.

As a result, when a design is implemented but not adopted for the production environment, the motivation of the person in charge is down, knowledge is not accumulated, and so on.
Therefore, we decided to create something like a list of functions, hoping that it would be possible to have a rough understanding of "what AR can do" in a list, and then try it out or make some changes and verify it to ship better experience.

Code

Tavia Experiments

Execution environment

  • Xcode: Version 13.3
  • iOS: 15.4.1 (iOS 15.0 or higher is required to build)
  • Device: iPhone XS Max, 12 Pro

List of Features

  1. Place Image Center
    1

  2. Place Video Center
    2

  3. Place Object Center
    3

  4. Place Gif Center
    4

  5. Place Image At Tapped
    5

  6. Detect, Crop And Place Alphanumeric
    6

  7. Detect And Crop Color
    7

Please check out the code from here.
https://github.com/tavia-oss/TaviaExperiments

Top comments (0)