Results 214 comments of Bjorn

Hey, thanks for the issue. This is a good point and I agree that there should be more sophisticated table serialization. Feel free to take a stab at it when...

![image](https://github.com/user-attachments/assets/00b7bc54-6c3f-4ee7-b0e1-b9ca613740a4) Added simple table comparison!

I added a generator system to the docs generator. - There is a "Lua" generator that serializes the API table to `init.lua`. - I merged this script (with you as...

Similarly, we don't set the hinge normal axes. We should set both of those to be perpendicular to the hinge axis.

This looks very similar to this problem: https://github.com/bjornbytes/lovr/discussions/792 I have no idea what is causing it. Our GLFW is kind of old, I'll try upgrading it out of desperation.

I just pushed the GLFW upgrade if you wanna see if that helps. Also if you can post any system details like the driver version, distro, etc. it might help...

To fix that compile error you can install `libxcb-glx0-dev`, full list of required packages is [here](https://lovr.org/docs/dev/Compiling#linux). The AppImage from CI is also available if that's easier

Both people experiencing this issue are on dual iGPU/dGPU setups. Apparently disabling the iGPU in BIOS fixes it. Hopefully we can find a better workaround though.

Thank you for the info. If you're building from source you could try building with `-DLOVR_USE_GLFW=OFF`, I'm curious if this would change anything (this uses raw xcb instead of GLFW).

Has anyone tried the `__NV_PRIME_RENDER_OFFLOAD` environment variable? ``` __NV_PRIME_RENDER_OFFLOAD=1 lovr ```