simlrh

Results 21 comments of simlrh
trafficstars

Can you post the output of osvr_print_tree.exe?

You have to run it from the command line so the output stays there after it's finished

Switching the HDK off/on or removing/replacing USB from the PC seems to reset direction somehow as well

You need Boost installed. Have you looked at the [pre-built binaries](https://github.com/simlrh/OSVR-OpenHMD/releases)?

If you need this I'd suggest forking this repo, making the appropriate changes (https://github.com/sqmk/huejay/pull/77/files worked in 2017, make changes as necessary), and pointing to your repo in `package.json` dependencies. Don't...

Confirm that all css-loader needs to do to support CSS treeshaking is to emit ES2015 modules. The "deadcss" plugin runs a sub-compilation and checks the used exports of css-loader.

@evilebottnawi If you're using CSS Modules then all class names are local and can't be referenced globally. I had this working in 2017 (#402 and various other plugins) but it...

I just checked and the demo project I created still works: https://github.com/simlrh/dead-css-loader-demo Styles all import from the semantic ui css, which is 290kb minified, and the resulting bundle.js (including the...

Is there anything useful I could do to contribute to this? I have several DIY HMD's with varying levels of wacky COP (DK1, iPhone 5 in cardboard viewer, AR headset)...

@robsonswiss I'll try again soon, last time I had too much trouble getting SteamVR to work with my own binaries.