Nix flake to build the library for Lossless Scaling's frame generation on NixOS https://github.com/PancakeTAS/lsfg-vk/
Find a file
2025-07-13 04:19:31 +02:00
.gitignore Initial commit 2025-07-10 15:35:26 +02:00
default.nix default.nix: several fixes and cleanup 2025-07-13 04:19:31 +02:00
flake.lock init: publish to git 2025-07-11 13:48:40 +02:00
flake.nix init: publish to git 2025-07-11 13:48:40 +02:00
LICENSE Initial commit 2025-07-10 15:35:26 +02:00
no-download.patch default.nix: several fixes and cleanup 2025-07-13 04:19:31 +02:00
README.md readme: clarify how building is possible rn 2025-07-11 14:20:58 +02:00

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:

  1. run nix develop in this repo
  2. cd to lsfg-vk git
  3. 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.