GPUOpen-Effects / FidelityFX-FSR2

FidelityFX Super Resolution 2
Other
1.94k stars 177 forks source link

Linux support? #54

Open IrenvanderBeekPXL opened 1 year ago

IrenvanderBeekPXL commented 1 year ago

Hello

I am a student and gamedevver (gamedev as hobby) and there are only build files availible for Windows. Since I am personally a Windows hater, can you also provide a script that generates build files on Linux?

EdoardoLuciani commented 1 year ago

Unfortunately, we already have an official no as an answer, see issue #6

TheJackiMonster commented 1 year ago

Unsure if this issue is about full Linux support of the sample project or only the FSR2 API but I've managed to get the latter compile with GCC and CLang on Arch btw. You can checkout my fork which includes some fixes and work-arounds.

It requires wine to run the shader-compiler binary from the tools directory but it should also be possible to adjust my shell script so that it uses glslangValidator directly instead. Most arguments can just be passed to it from my perspective.

I'm currently working on getting FSR2 support in a Vulkan custom framework which is cross-platform. So hopefully my small adjustments will not just work on my system. ^^'

Edit: I've opened a PR: #60.