ClarityVR/ <-- repo root │ ├── unity-client/ <-- Unity project │ ├── Assets/ <-- all scenes, scripts, prefabs, audio │ │ ├── Scenes/ │ │ │ └── MainScene.unity │ │ ├── Scripts/ <-- mic input, backend API calls, UI │ │ ├── Prefabs/ <-- avatar, UI prefabs │ │ ├── Audio/ <-- placeholder or TTS audio │ │ └── Materials/ <-- textures, colors, etc. │ ├── ProjectSettings/ │ └── Packages/ │ ├── backend/ <-- Node backend │ ├── app.js / app.py <-- main server code │ ├── routes/ <-- endpoint handlers │ ├── utils/ <-- STT, LLM, TTS helpers │ ├── package.json / requirements.txt │ └── static/audio/ <-- generated audio files for Unity │ ├── README.md <-- setup instructions for hackathon └── .gitignore <-- Unity + Node ignore rules
-
Notifications
You must be signed in to change notification settings - Fork 0
aircon2/clarityVR
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published