Welcome
  • How ARKit Works
  • The App
  • The AR Industry and Trends
SceneKit Basics : Design 3D Objects in minutes with Xcode
  • Primitive 3D shapes (scene editor)
  • Design in 3D with Code (SceneKit)
  • Sphere and Box with Code
  • Add Lights to the Scene programmatically
  • AR Challenge!
  • Xcode Project - Shapes
Solar System without code! (using the Scene Editor)
  • Solar System Design
  • Animations
  • Omni Light
  • Particle Systems
Solar System (only with code this time!)
  • Planet custom class
  • Create Planets with Code
  • OmniLight with code
  • Create Stars and the Sun Using particle systems
  • Add Saturn's Ring
  • Solar System Source Code
  • Challenge
Flat Surfaces Detection
  • Plane Detection Configuration
  • Design A reusable Anchor Node
  • Show Detected Surface using Extent
  • Update Plane sizes for for detected ARAnchors
  • Deferred Shadows
  • Shadows and Occlusion
  • 3D Floating Cloud
  • NEW ARKit 1.5 : Show ARSCNPlanegeometry
  • Surface Detection Source Code
  • Challenge : Magic Hole Optical Illusion
Image Detection
  • AR Configuration & Resources Folder
  • Triggering Audio Content (Speech Synthetiser)
  • BONUS : Make movie Posters come to life!
  • Image Detection Source Code
Measuring app
  • Set up ViewController and Storyboard
  • AR Hit Test
  • 3D Pointer
  • Smooth Pointer Movement
  • Measure and Add Line (custom Geometry Extension)
  • Add 3D text for the measurement
  • Measure Source Code
Spacial Sound
  • Design a 3D Drone with animations
  • Attach a sound file to the droneNode and play it in loop.
  • Spacial Sound Source Code
Physics
  • Create the Scene
  • Physics
  • Create the ArrowNode
  • Place the GameNode on the Floor in Front of the user
  • Throw Fireballs!
  • AR Game Source Code
ARKIt with SpriteKit - Emoji AR app
  • Augmented Reality Template using SpriteKit
  • ARKit + SpriteKit Template overview and cleanup.
  • User Interface Design in Storyboard
  • User interface Animations - Open & Close functions
  • Collection View Protocol
  • Xcode Project
Custom 3D Shapes From Bezier Path
  • Overview of what we are building
  • Custom 3D Bolt
  • Xcode Project
Image Tracking with ARKit 2.0
  • Image Tracking : Augmented Book
Automatic Environment Texturing with ARKit 2.0
  • Silver Plane
AR VR TV
  • Augmented Reality TV
  • Virtual Reality 360 Video
  • Xcode Project and Resources
Face Tracking app
  • Face tracking configuration
  • Head Tracking
  • 3D Face Design
  • BlendShapes
  • Animating the Mouth
  • Animating the Eyes
  • Animating the Brows
  • Cartoon Filter
  • Confetti Lens Effect
  • One Last debug!...
  • Xcode Project and resources
Pop it!
  • Find and Import Free 3D files (.DAE and .OBJ) from the web.
  • Create custom 3D arrow and target
  • SceneKit Hit test : Tap on 3D objects from the iPhone screen
  • Add some game logic
  • Randomise the target position + handle bombs (Take Photo)
  • Point arrow at the target for 3D orientation
  • SCNCamera and Color Grading
  • Resources and Xcode project