Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 598 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 598 Bytes

Profiler

A really bad profiler for the Quest 2

image

Getting started

  1. Install redis, rust, node and npm.
  2. Have your Quest 2 plugged in, preferably with the proximity sensor turned off.
  3. Do a profiling run with cargo run --bin client (RUST_LOG=debug might be helpful. Also everything is hard coded to run The Station, so you'll want to change that. Sorry!)
  4. Start the server with cargo run --bin server
  5. Start the app with cd app && npm install && npm start