8000 Releases · google-ar/jetpack-xr-natives · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: google-ar/jetpack-xr-natives

Jetpack XR Natives v1.0.0-alpha03

13 May 17:48
Compare
Choose a tag to compare
Pre-release

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 with MODULE.bazel.

New APIs and capabilities

  • Added ConfigureSession that takes a ConfigSettings object for configuring
    runtime resources.
  • Impress library was added

Jetpack XR Natives v1.0.0-alpha02

12 Feb 18:05
Compare
Choose a tag to compare
Pre-release

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

16 Dec 18:47
Compare
Choose a tag to compare
Pre-release

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

0