Releases: google-ar/jetpack-xr-natives
Releases · google-ar/jetpack-xr-natives
Jetpack XR Natives v1.0.0-alpha03
Breaking & behavioral changes
- TrackingState and HandJointType in both Perception and Runtime have been
combined to the ones in Core (androidx.xr.core). - Session focus no longer creates optional runtime resources.
- Upgraded library to target Bazel 8.0.0 by replacing
WORKSPACE
withMODULE.bazel
.
New APIs and capabilities
- Added
ConfigureSession
that takes aConfigSettings
object for configuring
runtime resources. - Impress library was added
Jetpack XR Natives v1.0.0-alpha02
Breaking & behavioral changes
OpenXrManager functions that create anchor spaces now return a CreateAnchorResult enum instead of a boolean.
New APIs and capabilities
Added LocateHandJoints
to allow apps to locate hand joints.
Jetpack XR Natives v1.0.0-alpha01
Initial commit for Jetpack XR Natives.
Jetpack XR Natives is a collection of native libraries that are used by the Jetpack XR SDK.
Full Changelog: https://github.com/google-ar/jetpack-xr-natives/commits/1.0.0-alpha01