Jump to content

RealityKit: Difference between revisions

From VR & AR Wiki
Acro (talk | contribs)
No edit summary
No edit summary
 
Line 1: Line 1:
{{stub}}
{{Creative Commons text attribution notice|cc=zero|url=https://www.xvrwiki.org/wiki/RealityKit}}
{{Creative Commons text attribution notice|cc=zero|url=https://www.xvrwiki.org/wiki/RealityKit}}



Latest revision as of 09:42, 14 April 2025

This page is a stub, please expand it if you have more information.

 This page uses text from this source, which is licensed under CC0.

RealityKit is a framework from Apple for creating 3D augmented reality apps running on iOS devices.

It is based on an entity hierarchy. RealityKit runs within an ARKit context.

RealityKit and SceneKit can run at the same time within an app, if it is programmed that way.

RealityKit supports loading ModelEntity objects, which can be created from USDZ files.

Physics can be toggled by the programmer, including gravity.

RealityKit is supported on iOS 13.