Commit 2cb2e972 authored by Kang's avatar Kang
Browse files

Update README.md

parents
## Overview
An augmented reality navigation app that helps students and visitors move around campus efficiently.
The system overlays **AR arrows** for turn-by-turn guidance and integrates a playful **Tap-to-Plant** function where users can place virtual plants along their route.
The focus is on creating a **working MVP in 2 days**: clear AR navigation + a small add-on for engagement.
---
## Targets
- **AR arrows for navigation** between selected campus POIs (classrooms, labs, cafeteria, library).
- **Smooth transitions** between outdoor navigation (GPS) and indoor areas (simple building model).
- **Tap-to-Plant feature:** users can tap the ground to add a virtual plant/tree at a POI.
- **Info pop-ups (optional):** show POI name or basic info when approached.
---
## Data Needs
- Basic campus geodata (paths, entrances, 5–10 key POIs).
- Simplified building model (GeoJSON or IFC/CityGML).
- GPS coordinates of outdoor POIs.
---
## Acceptance Criteria
- Can a student follow **AR arrows** to reach a POI?
- Are the AR arrows **legible and correctly placed**?
- Can users **tap to plant** at least one virtual object in AR?
- Navigation and planting work in **WebAR (no installation)**.
---
## Environment Setup
**Mobile:** Android
**Web AR:** WebXR with Three.js / Babylon.js / AR.js
**GIS & Spatial:** QGIS (campus map prep), GeoJSON for simplified campus data
**UI/UX:** Clear arrows, simple plant models, responsive AR labels
**OS:** Mac / Windows for development
---
## References
- **HFT Web AR Example:**
[AR Campus Navigation Demo](https://transfer.hft-stuttgart.de/pages/geovistoogsi/ar/)
- **Tutorial – Create a Simple Web AR Application:**
[GitLab Wiki](https://transfer.hft-stuttgart.de/gitlab/coors/visualization/-/wikis/Create-a-simple-web-AR-application)
- **WebXR Device API (spec):**
[W3C Standard](https://www.w3.org/TR/webxr/)
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment