Beyley Cardellio

Results 260 comments of Beyley Cardellio

> Perhaps also add libopenxr-dev (for Ubuntu) and openxr-devel (for Fedora) to [`README-linux.md`](https://github.com/libsdl-org/SDL/blob/main/docs/README-linux.md?rgh-link-date=2025-01-24T00%3A02%3A45Z#build-dependencies)? And add `libopenxr-dev` to [.github/workflows/create-test-plan.py](https://github.com/libsdl-org/SDL/blob/2e381a717f69b0231032687043e195d09901f109/.github/workflows/create-test-plan.py#L448-L456). (The first list is for Ubuntu 20.04+, the second list is 22.04+....

> I'm marking this as draft, since it seems like there's still a lot to be done. Agree, I had moved it out of draft initially to get some review...

> I would like to help and see this integration completed for SDL3. I've been very busy with personal things and other projects, so haven't been able to really work...

> You would think Apple would have already implemented a runtime of some kind years ago ;) but makes sense. I've heard there's an unannounced legal dispute between Apple and...

> Apparently there is a problem that there are 3 hand interaction extensions and none of them is being used universally. > > [WiVRn/WiVRn#238](https://github.com/WiVRn/WiVRn/issues/238) The EXT extension seems to be...

> Can you post the output of `file libc_polyfill.a` and `readelf -a libc_polyfill.a`? ``` file /home/beyley/Projects/PROGRAMMING/Zig/libsce/.zig-cache/o/e633fa39e0e7bac7436ee4f6454b77a9/libc_polyfill.a /home/beyley/Projects/PROGRAMMING/Zig/libsce/.zig-cache/o/e633fa39e0e7bac7436ee4f6454b77a9/libc_polyfill.a: current ar archive ~/Projects/PROGRAMMING/Zig/libsce git:[master] file /home/beyley/Projects/PROGRAMMING/Zig/libsce/.zig-cache/o/e633fa39e0e7bac7436ee4f6454b77a9/libc_polyfill.a.o /home/beyley/Projects/PROGRAMMING/Zig/libsce/.zig-cache/o/e633fa39e0e7bac7436ee4f6454b77a9/libc_polyfill.a.o: ELF 64-bit LSB relocatable, ARM...

Here's the full verbose compile log for just android ``` /home/beyley/zig-versions/master/zig translate-c --listen=- -target arm-linux-androideabi -I /home/beyley/Projects/PROGRAMMING/Zig/libsce/libc /home/beyley/Projects/PROGRAMMING/Zig/libsce/aes/aes.h /home/beyley/zig-versions/master/zig build-lib -fPIC -ODebug -target arm-linux-androideabi -mcpu baseline -Mroot=/home/beyley/Projects/PROGRAMMING/Zig/libsce/libc/c.zig --cache-dir /home/beyley/Projects/PROGRAMMING/Zig/libsce/.zig-cache --global-cache-dir...

Theres a duplicate field [here](https://github.com/ziglang/zig/blame/9b5586ab7cd18d49dfe6d6dbdfbce39941bd3093/lib/std/os/linux/sparc64.zig#L445) causing compile errors targetting sparc64 linux ``` Build Summary: 0/3 steps succeeded; 1 failed (disable with --summary none) install transitive failure └─ install zosu2011 transitive...

Apologies, was busy and didn't have time to respond/test, I can confirm that my original issue is fixed now in the latest commits.

> No clue what ticket signing looks like Seems to be the same as when I first researched this back in 2023, tickets [aren't signed and there's no server we...