A really bad profiler for the Quest 2
- Install
redis
,rust
,node
andnpm
. - Have your Quest 2 plugged in, preferably with the proximity sensor turned off.
- 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!) - Start the server with
cargo run --bin server
- Start the app with
cd app && npm install && npm start