Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (12 loc) · 1.34 KB

article-list.md

File metadata and controls

23 lines (12 loc) · 1.34 KB

Articles About ARHeadsetKit

Creating the First Affordable AR Headset Experience - The story behind ARHeadsetKit.

ARHeadsetKit Research Paper - A scientific perspective on how ARHeadsetKit was created.

Scene Color Reconstruction - Real-time 3D scene color reconstruction on a mobile device.

MTLLayeredBuffer - Lowers the barrier to learning Metal and managing GPGPU workflows.

ARHeadsetUtil - A standalone package that wraps ARHeadsetKit's extensions to Apple frameworks.

Components of ARHeadsetKit

Central Renderer - A general-purpose renderer ridiculously optimized for half-precision arithmetic.

Hand Renderer - Learn more in the challenge of hand reconstruction.

Interface Renderer - The painful process of rendering everyday 2D text in 3D.

Lens Distortion Corrector - The fastest reverse VR lens distortion in existence.

Scene Renderer - Everything covered in scene color reconstruction.