webxr-input-profiles icon indicating copy to clipboard operation
webxr-input-profiles copied to clipboard

WebXR Gamepad assets, source library, and schema

Results 56 webxr-input-profiles issues
Sort by recently updated
recently updated
newest added

**Profile id** `pico-neo3` **Describe the bug** On the left controller the X and Y buttons are in the wrong place. On the physical device the Y is on top and...

assets

Bumps [minimist](https://github.com/minimistjs/minimist) to 1.2.8 and updates ancestor dependencies [minimist](https://github.com/minimistjs/minimist), [mkdirp](https://github.com/isaacs/node-mkdirp) and [rollup-plugin-license](https://github.com/mjeanroy/rollup-plugin-license). These dependencies need to be updated together. Updates `minimist` from 1.2.5 to 1.2.8 Changelog Sourced from minimist's changelog....

dependencies

Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) to 4.1.1 and updates ancestor dependency [lerna](https://github.com/lerna/lerna/tree/HEAD/core/lerna). These dependencies need to be updated together. Updates `http-cache-semantics` from 3.8.1 to 4.1.1 Commits See full diff in compare view Updates...

dependencies

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...

dependencies

**Describe the bug** `'@webxr-input-profiles/viewer@latest' is not in the npm registry` **To Reproduce** Steps to reproduce the behavior: 1. Run `npm install @webxr-input-profiles/viewer` 2. See error: ```npm ERR! code E404 npm...

viewer

Bumps [json5](https://github.com/json5/json5) from 2.1.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge`: avoid a crash with a null target and a truthy...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Addresses Issue #236 Enhancement to allow for selectively updating only component values from gamepad when updates to visual response weights are not required (for example, when visuals are managed independently...

The current implementation of Components in motion-controllers package updates [both values and visuals inside updateFromGamepad](https://github.com/immersive-web/webxr-input-profiles/blob/main/packages/motion-controllers/src/components.js#L50). However, in some cases developers might be interested in updating the components with the latest...