Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 749 Bytes

readme.md

File metadata and controls

27 lines (17 loc) · 749 Bytes

Vite Three WebXR Flowers

WebXR API - Hit Test + Dom Overlay

This is an experiment using augmented reality features with the WebXR Device API. Upon entering AR, enjoy the flowers! 🌻

sunflowers_in_the_garden

Setup

Run the following commands:

# Install dependencies (only the first time)
yarn

# Run the local server at localhost:8080
yarn dev

# Build for production in the dist/ directory
yarn build