Developing Augmented Reality for iOS ARKit with Swift 5

  • Elshad Karimov

Your browser needs to be JavaScript capable to view this video

Try reloading this page, or reviewing your browser settings

You're watching a preview of subscription content. Log in to check access

Implement AR in iOS applications using ARKit and the Swift programming language. First, configure iOS projects for AR. Then delve into how to create 3D objects. Develop a sample application to place those 3D objects in the real world by having the user’s device detect horizontal planes.

Augmented reality offers new opportunities in healthcare, manufacturing, education, real estate, travel, tourism, gaming, and more. This video covers a few generic benefits that an AR device or AR-enabled mobile application can offer. You’ll develop AR apps that can respond to taps, gestures, commands, and head movements. AR allows for real-time and real-world interaction. After watching this video you’ll be able to create apps that are useful and time-saving for workers who need to have particular information from backend systems with real-time applications right in their line of sight. Become a well-rounded programmer with the ability to design and program workable AR interactions.

What You Will Learn

  • Place 3D objects against the real-world environment

  • Provide interaction points between your creations and the user’s world

  • Animate your creations to make them even more lifelike and useful

Who This Video Is For

iOS developers and augmented reality developers wanting to work with AR in Swift.

Develop augmented reality for iOS applications using ARKit and the Swift programming language in this video. First, configure iOS projects for AR.

About The Author

Elshad Karimov

Elshad Karimov is an experienced programmer with a solid background in iOS development as well as Oracle, SQL, C#, Java, and HTML/CSS. He’s familiar with the performance limits and characteristics of Swift and the nature and function of embedded databases and system datastores.

 

About this video

Author(s)
Elshad Karimov
DOI
https://doi.org/10.1007/978-1-4842-6678-6
Online ISBN
978-1-4842-6678-6
Total duration
1 hr 2 min
Publisher
Apress
Copyright information
© Elshad Karimov 2020

Video Transcript

[MUSIC PLAYING]

In this course, I will introduce you how to implement augmented reality in iOS. First, you will learn how augmented reality works and the minimum hardware requirement for it.

Then we will set up AR project using Xcode and start to learn very useful topics such as creating 3D object in AR, detecting horizontal planes in AR, placing a 3D object in the real world, detecting touch in the real world, and finally, animating and removing 3D objects in AR. These are the most important topics to do develop any AR related apps.