Lubosz Sarnecki
Lubosz Sarnecki
For debugging rotational tracking, this example is quite handy since it does not render VR graphics, but just visualizes the IMU with 3 axes. I wrote it to debug the...
When I connect the 3.0.0 switch to pegaswitch, I get error 2168-0002 ~50% of the time during init. This is the end of the log before the crash. ``` Setting...
This patch set checks for valid Wayland and XCB pointers before creating the surfaces to determine if the surface back end is working at runtime. This behaviour fixes #93 ....
As far as I understand there is no command to extract all files in a MPQ archive, including paths. Isn't this the most obvious thing for this tool to do?...
The first set is actually called "Call to Arms". https://playartifact.com/news/1714079766522391429 Also, how do you get the 280 "Count" value? You have 300 entries in the cards array, but there are...
This first patch in this patch set adds the build option `USE_SYSTEM_JSONCPP`, which instead of using the internal version of `jsoncpp.cpp` links to a system installed one. Even though I...
Is it possible to emulate an Xbox Controller with QtSixA? It is not clear to me how to use profiles to achieve that. It should not be complicated, since its...
Hi, I forked your repo and applied the patches from Arch Linux to a seperate branch. Source: https://aur.archlinux.org/packages.php?ID=32351 https://github.com/SoulEst/packages-for-the-aur/tree/master/qtsixa Maybe you are interested in some of them. I guess the...
I suppose you forgot to commit a file. The build of the quinlet compression shows that there should be a bitstream.c and h: ``` QT += core gui TARGET =...
This series of patches provides an initial implementation of `OpenXrDisplayPlugin` and `OpenXrInputPlugin` to provide VR support using OpenXR runtimes. In addition, it extends Overte's `eyeOffsets` to account for orientation, which...