The Wayback Machine - https://web.archive.org/web/20210302214626/https://github.com/topics/xr
Skip to content
#

xr

Here are 108 public repositories matching this topic...

exokit
avaer
avaer commented Jun 3, 2019

Running the tabs default launch command (-t) does not respect redirects at the target.

$ node . -t https://aframe.io/a-painter

☝️ The above will error, even though the server will redirect to https://aframe.io/a-painter/ and serve HTML there:

$ curl -i https://aframe.io/a-painter
HTTP/1.1 301 Moved Permanently
Date: Mon, 03 Jun 2019 20:10:27 GMT
Content-Type: text/ht
XRTK-Core
FejZa
FejZa commented Sep 3, 2020

XRTK - Mixed Reality Toolkit Feature Request

Is your feature request related to a problem? Please describe

The hand tracking implementation of XRTK already calculates curl strength for each finger and hand. Those values are not used for visualization yet though.

It would be nice to give the user a visual cue when grabbing stuff and curling fingers.

Relevant classes:

`HandJointVisualizer

charmoniumQ
charmoniumQ commented Jan 26, 2021

Set the thread name pthread_setname_np. This makes debugging easier. You know plugin is responsible for each thread without diving into it. When a segfault appears, you can assign blame by reading the threadname rather than inspecting the stacktrace.

Improve this page

Add a description, image, and links to the xr topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the xr topic, visit your repo's landing page and select "manage topics."

Learn more