Sgeo
Sgeo
The following code improperly assumes that there are files: `files.push(VICELoader.mountFile('/metadata_fliplist.vfl', VICELoader.localFile("Fliplist", fliplist)).files[0]);`
Easy way to configure joystick emulation from metadata.
Might be useful for, say, disks full of utilities, where autoloading anything is the wrong choice.
**What's the Product's Name?** ActiveVRML **Describe the product in a single sentence.** ActiveVRML was a proposal by Microsoft for what VRML 2.0 should become. It was disregarded in favor of...
Maybe there's some basic C/C++ I don't understand, but I'm having some difficulty using GLU with gl4es on Emscripten. Tried a bunch of things, and I keep getting linker errors....
**Describe the bug** The FOV conversion at https://github.com/LibreVR/Revive/blob/4843c1bed72c9c7888e6bfa429f263584c7586c1/Revive/CompositorBase.cpp#L481 can be incorrect when the game-provided bounds are neither the default FOV bounds nor symmetrical. I imagine that those two cases do...
I should note that I haven't been following changes since forking. I do remember testing, but the test that I wrote consists of a copy of the sequence-m test modified...
I don't actually know what I'm doing, if this can trigger a build and/or if there is a way to get the commits in a more up-to-date branch.
The `navigator.keyboard.lock` API allows locking the keyboard so that more keypresses go into the page instead of interpreted by the OS etc. It's not supported by Firefox yet (and I...