mittorn
mittorn
Yes, iy should be possible as non-framebuffer drivers do
Maybe such things should be in some "bugcomp" mode under macro? Authors of new mods do not need to rely on specific half-life behaviour
Bruh(2) do we have hlsdk (not source sdk) vgui2 interfaces availiable? I'm not sure if we can use source sdk code here normally Maybe move it to separate repo?
I mean, it's better use separate repo for this
linux native Search path is not specified in link arguments. Temporary fixed by by adding absolute path, but it will break later: ``` + println!("cargo:rustc-link-search=/mnt/data2/ALXR/target/debug/build/alxr-engine-sys-769db2526ad85d5f/out/lib64/"); println!("cargo:rustc-link-lib=dylib={0}", "alxr_engine"); ``` ffmpeg decoding...
yes, it works, but it still fails to link without hard-coded path. I do not know how to get correct path
There are some hacks here to make it connect to new versions (with linux renderer added): https://github.com/mittorn/ALVR-ALXR/commits/master But it is better to rebase to last server branch
It is possible via EDID.
I implemented it here (only linux-x11): https://github.com/mittorn/ovr-utils-dashboard https://github.com/mittorn/godot-screengrab It uses XComposite for window capture and sends events with XSendEvent, do not needing to bring windows to front to control it