Skip to content

Commit 1965c33

Browse files
committed
Formatted with npm run format.
1 parent 18ed474 commit 1965c33

1 file changed

Lines changed: 20 additions & 20 deletions

File tree

README.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# XR Blocks
22

33
[![NPM Package](https://img.shields.io/npm/v/xrblocks)](https://www.npmjs.com/package/xrblocks)
4-
[![jsDelivr npm hits](https://img.shields.io/jsdelivr/npm/hw/xrblocks?label=jsdelivr%20\(npm\))](https://www.jsdelivr.com/package/npm/xrblocks)
5-
[![jsDelivr GitHub hits](https://img.shields.io/jsdelivr/gh/hw/google/xrblocks?label=jsdelivr%20\(GitHub\))](https://www.jsdelivr.com/package/gh/google/xrblocks)
4+
[![jsDelivr npm hits](<https://img.shields.io/jsdelivr/npm/hw/xrblocks?label=jsdelivr%20(npm)>)](https://www.jsdelivr.com/package/npm/xrblocks)
5+
[![jsDelivr GitHub hits](<https://img.shields.io/jsdelivr/gh/hw/google/xrblocks?label=jsdelivr%20(GitHub)>)](https://www.jsdelivr.com/package/gh/google/xrblocks)
66
[![arXiv](https://img.shields.io/badge/arXiv-2509.25504-b31b1b.svg)](https://arxiv.org/abs/2509.25504)
77
[![arXiv](https://img.shields.io/badge/arXiv-2603.24591-b31b1b.svg)](https://arxiv.org/abs/2603.24591)
88

@@ -33,19 +33,19 @@ includes a powerful desktop simulator for development. The framework emphasizes
3333
a user-centric, developer-friendly SDK designed to simplify the creation of
3434
immersive applications with features like:
3535

36-
- **Hand Tracking & Gestures:** Access advanced hand tracking, custom gestures
37-
with TensorFlow Lite / PyTorch models, and interaction events.
38-
- **Gesture Recognition:** Opt into pinch, open-palm, fist, thumbs-up, point,
39-
and spread detection with `options.enableGestures()`, tune providers or
40-
thresholds, and subscribe to `gesturestart`/`gestureupdate`/`gestureend`
41-
events from the shared subsystem.
42-
- **World Understanding:** Present samples with depth sensing, geometry-aware
43-
physics, and object recognition with Gemini in both XR and desktop
44-
simulator.
45-
- **AI Integration:** Seamlessly connect to Gemini for multimodal
46-
understanding and live conversational experiences.
47-
- **Cross-Platform:** Write once and deploy to both XR devices and desktop
48-
Chrome browsers.
36+
- **Hand Tracking & Gestures:** Access advanced hand tracking, custom gestures
37+
with TensorFlow Lite / PyTorch models, and interaction events.
38+
- **Gesture Recognition:** Opt into pinch, open-palm, fist, thumbs-up, point,
39+
and spread detection with `options.enableGestures()`, tune providers or
40+
thresholds, and subscribe to `gesturestart`/`gestureupdate`/`gestureend`
41+
events from the shared subsystem.
42+
- **World Understanding:** Present samples with depth sensing, geometry-aware
43+
physics, and object recognition with Gemini in both XR and desktop
44+
simulator.
45+
- **AI Integration:** Seamlessly connect to Gemini for multimodal
46+
understanding and live conversational experiences.
47+
- **Cross-Platform:** Write once and deploy to both XR devices and desktop
48+
Chrome browsers.
4949

5050
We welcome all contributors to foster an AI + XR community! Read our
5151
[blog post](https://research.google/blog/xr-blocks-accelerating-ai-xr-innovation/)
@@ -280,9 +280,9 @@ as:
280280

281281
### Terms of Service
282282

283-
- Please follow
284-
[Google's Privacy & Terms](https://policies.google.com/privacy?hl=en-US)
285-
when using this SDK.
283+
- Please follow
284+
[Google's Privacy & Terms](https://policies.google.com/privacy?hl=en-US)
285+
when using this SDK.
286286

287-
- When using AI features in this SDK, please follow
288-
[Gemini's Privacy & Terms](https://ai.google.dev/gemini-api/terms).
287+
- When using AI features in this SDK, please follow
288+
[Gemini's Privacy & Terms](https://ai.google.dev/gemini-api/terms).

0 commit comments

Comments
 (0)