nixGL icon indicating copy to clipboard operation
nixGL copied to clipboard

A wrapper tool for nix OpenGL application [maintainer=@guibou]

Results 65 nixGL issues
Sort by recently updated
recently updated
newest added

Running the `./Test.hs`, I get quite a number of failures. ``` Sanity OpenGL fails with unwrapped glxinfo64 FAILED [1] fails with unwrapped glxinfo32 FAILED [2] Vulkan fails with unwrapped vulkaninfo64...

Bug

https://github.com/NixOS/nixpkgs/issues/86620 want to change the nvidia icd file from `nvidia.json` to `nvidia_icd.json`. To ensure compatibility with multiples nixpkgs clone, nixGL must work with both.

enhancement

I've opened a PR against nixpkgs to add the swiftshader driver. This could be another wrapper type for nixGL https://github.com/NixOS/nixpkgs/pull/83874

Unsupported device

[nix-bundle](https://github.com/matthewbauer/nix-bundle) converts nix expressions into static binaries. I've ran some tests, and these static binaries don't *seem* to mess with environment variables like `LD_LIBRARY_PATH`. Nevertheless, I am unable to use...

quality of life

So, I managed to install `nixGL` and `nixGLNvidia` thanks to #165. But they still do not work. Here are some programs I attempted to run using the NVIDIA wrappers. Please...