From the course: AR for iOS Developers: RealityKit and Reality Composer

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

RealityKit basics

RealityKit basics - iOS Tutorial

From the course: AR for iOS Developers: RealityKit and Reality Composer

Start my 1-month free trial

RealityKit basics

- You've already seen what RealityKit can do. But maybe you don't exactly know what it is. So RealityKit is a new high level framework with photo realistic rendering camera effects, animations, physics, and more built from the ground up specifically for augmented reality. And I'd like to talk about the basics of this framework right now. Writing just a few lines of code and using your first project, you see how RealityKit makes your content look amazing and realistic in a real environment. And thanks to it's physically based chaining system that is built with metal, using multithreated rendering. It performs really, really well. And, although we dipped this with just these few lines of code, we can learn a lot about RealityKit by analyzing what we really have here. So, of course, we have to import RealityKit to use the framework. But what about these three lines of code. An IBOutlet var arView, an anchor entity, and the…

Contents