Skip to content

quinteirosm/OPT-VR-LoZ

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TriforceLogo

The master sword trial - VR

Vue.js A-Frame Threejs Vite

Included in the project

Movement modes support

  • Desktop – Keyboard for move (WASD or Arrows keys) + Mouse for look control (Drag and drop) + Keyboard for playing notes (HJBNM)
  • Mobile – 1x Finger touch to go forward + 2x Fingers touch to go backward + Gaze cursor for click
  • VR Headset – AR/VR walk + Teleport (Grip for grab and laser for click) + Gaze cursor for click

Libs and components

3D models

Audio

Image


Quickstart

Create a folder for your project and move to it

Clone (or fork, or download)

git clone https://github.com/quinteirosm/OPT-VR-LoZ.git

Install dependencies

npm ci

Dev

npm run dev

Build

npm run build

Notes for local dev on VR headset

  1. Check that your development device and your VR headset are connected on the same network.

  2. Expose you local development:

npm run dev-expose
  1. In your VR headset, browse to the local development adress [ip]:[port].

Note

The certificate is self-signed, so you will probably have to confirm access to the resource in your browser.


License

MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 69.4%
  • Vue 30.1%
  • HTML 0.5%