lsfg-vk
Lossless Scaling Frame Generation on Linux
The lsfg-vk project is a Vulkan layer developed primarily by PancakeTAS that hooks into Vulkan-based applications to enhance rendering by generating additional frames using the Lossless Scaling frame generation algorithm originally associated with the Lossless Scaling project. Instead of relying on driver-specific or hardware-accelerated upscaling, this layer intercepts Vulkan API calls and injects frame interpolation on the fly, effectively producing smoother motion in supported games and applications by creating synthetic intermediate frames. It is structured as a modular codebase with separate components for the backend, configuration UI, CLI tooling, shared logic, and the core layer implementation. ...