

WWDC Session 610: Building Collaborative AR Experiences (Apple).WWDC Session 605: Building Apps with RealityKit (Apple).Video: WWDC 2019: Everything Apple announced and what really matters to business (TechRepublic).Apple Developer: RealityKit documentation (Apple).Virtual and augmented reality policy (TechRepublic Premium).Infographic: The history of AR and VR, and what the future holds (TechRepublic).Apple doesn’t have an AR headset yet, but its AR toolkit is paving the way (CNET).
REALITY COMPOSER CODE
With RealityKit, networking tasks like maintaining consistent state, optimizing network traffic, handling packet loss, and performing ownership transfers are all handled automatically by the kit without the developer needing to write this semi-boilerplate code themselves. Last year, Apple added the ability to build shared experiences in ARKit this year, Apple is taking it a step further to make it simpler for developers to handle the networking side of the experiences.

Apple advertises that now you only need to build a single AR experience that can scale to match the performance of each iOS device it runs on. RealityKit uses the GPU to get the most rendering performance available it also takes advantage of the CPU caches and multi-core processing capabilities to make the simulations smooth for users. SEE: All of TechRepublic’s cheat sheets and smart person’s guides What are the key features of RealityKit? Scalable performance This means that you get to use Swift’s language features to build out an AR experience that utilizes RealityKit even faster than before. RealityKit is a native Swift API, available when linking against the iOS 13 SDK. It also allows for animations, effects, physics effects, and more on those AR objects. RealityKit is a new framework that’s baked into Xcode 11 and iOS 13 to allow developers to get photo-realistic rendering in their augmented reality scenes.
REALITY COMPOSER PDF
SEE: Mixed reality in business (ZDNet/TechRepublic special feature) | Download the free PDF version (TechRepublic) What is RealityKit? This article is also available as a download, Cheat sheet: AR Tools from Apple: RealityKit and Reality Composer (free PDF). Let’s dive into RealityKit and Reality Composer to get a better idea of what these AR tools can do and how developers will use them. With Apple’s RealityKit framework and Reality Composer app, developers can take that to the next level and create AR experiences that were typically reserved for production companies at a huge expense just a few years ago. Apple’s ARKit gives iOS developers the ability to easily add augmented reality (AR) experiences to their existing apps.
