| Example | Description | Link |
|---|---|---|
Audio | Spatial audio integration with 3D positional sound | https://github.com/facebook/immersive-web-sdk/tree/main/examples/audio |
Environment Raycast | AR surface detection and object placement using hit-testing | https://github.com/facebook/immersive-web-sdk/tree/main/examples/environment-raycast |
Grab Interactions | One-hand, two-hand, and distance grabbing | https://github.com/facebook/immersive-web-sdk/tree/main/examples/grab |
Locomotion | Teleport, slide, and turn movement systems | https://github.com/facebook/immersive-web-sdk/tree/main/examples/locomotion |
Physics | Havok physics engine with dynamic objects and collisions | https://github.com/facebook/immersive-web-sdk/tree/main/examples/physics |
Scene Understanding | AR plane and mesh detection with semantic labels | https://github.com/facebook/immersive-web-sdk/tree/main/examples/scene-understanding |
cd immersive-web-sdk pnpm install pnpm run build:tgz cd examples/<example-name> npm install npm run dev
<example-name> with one of the example IDs listed above (for example, audio, environment-raycast, grab, locomotion, physics, or scene-understanding).