David Snopek

Results 410 comments of David Snopek
trafficstars

I spent some more time looking into this! If I'm understanding correctly, the `XR_KHR_android_surface_swapchain` extension allows creating a swap chain where the data drawn onto the swapchain is pulled from...

I just posted PR https://github.com/godotengine/godot/pull/96185 which adds support for `XR_KHR_android_surface_swapchain` into Godot itself. It doesn't include support for `XR_FB_android_surface_swapchain_create` since that's a vendor extension. In order to add that via...

I think the keyboard models we already see listed as valid paths might depend on the [XR_FB_keyboard_tracking](https://registry.khronos.org/OpenXR/specs/1.0/html/xrspec.html#XR_FB_keyboard_tracking) extension

I can't personally vouch for all the other changes in this PR, so I made a simpler one that just adds support for thelio-mira-r2 and thelio-mira-r3: https://github.com/system76/thelio-io-windows/pull/18

I tested this PR on a Huion Kamvas Slate 10, but unfortunately, I'm getting "Code Signing: Unable to sign apk." when attempting to export to Android (using a custom built...

> @dsnopek There should be additional logs in logcat with a tag of `ApkSignerUtil` that specify why the signing step failed. Can you post them as well. Here's the log...

It's Android 12: ![Screenshot_20240625-142652](https://github.com/godotengine/godot/assets/191561/a4873908-83ad-425c-a072-b8185485ee0c) The information it gives is less detailed than what my phone shows me. :-/

We have this draft PR where some of the work is happening: https://github.com/godotengine/godot/pull/104069 However, having an issue to point to would be nice, since that PR may end up getting...

Thanks! Can you show how to use the functionality added in this PR?

Ah, ok, thanks! That sounds really cool :-) @faless Do you have any concerns with these changes?