mirror of
https://github.com/pabloaul/lsfg-vk-flake.git
synced 2025-08-27 10:56:29 -03:00
Nix flake to build the library for Lossless Scaling's frame generation on NixOS
https://github.com/PancakeTAS/lsfg-vk/
.gitignore | ||
default.nix | ||
flake.lock | ||
flake.nix | ||
LICENSE | ||
no-download.patch | ||
README.md |
lsfg-vk-flake
WIP! Nix flake to build the library for using Lossless Scaling's frame generation on Linux
initially broken due to various challenges with the LLVM tools in NixOS
the current variation of what is in this repo can be built in the following way:
- run
nix develop
in this repo - cd to lsfg-vk git
- run
mkdir build; cd build; cmake ..; cmake --build .
nix build can also be made to work, however I preferred an interactive shell to debug the missing symbols issue so this got broken again in the process.