Augmented Reality

Development Libraries

AR Core - is Google’s augmented reality SDK, offering cross-platform APIs to build new immersive experiences on Android, iOS, Unity, and the Web.

RealityKit - is the framework that was built specifically for augmented reality with photo-realistic rendering, camera effects, animations, physics, and more. With native Swift APIs, ARKit integration, realistic physics-based rendering, transform and skeletal animations, spatial audio, and rigid body physics.

Native libraries by Google and Apple provide the ability to:

  • Render high-quality AR objects

  • Track location of the device in the environment

  • Anchor objects to the specific parts of the environment thus increasing positioning accuracy compared to GPS only approach.

Last updated