Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.66 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.66 KB

Shader Demo

Screenshot

Small Trailer

YouTube-Link

Requirements

  • To run the shader demo you need an oculus quest 1 or 2
  • A working internet connection

To get started

  • If you only want to test our demo, just click on this link in your oculus browser: Shader Demo
  • You must agree to the request to use hand tracking for the demo

To get deeper sights in our code

  • If you want to tweak your own things into our demo, clone this repository via SSH: "[email protected]:vale-sch/ecg_GruppeEVA.git"
  • Next step is to create your own server certificate to run the project locally via live server on vs code, to get this done follow the instructions from here: SSL Certificate - Live Server
  • Then you have to find out via the console (ipconfig) which IPv4 address your computer uses. With the given IP address and the port number of the live server (default is: 5500) you can access the project in the HMD. It should look similar to this: "https://192.168.178.136:5500/"
  • Now you are ready to make some changes to our code!

Documentation