libcg / grvk

Vulkan-based Mantle API implementation
https://en.wikipedia.org/wiki/Mantle_(API)
zlib License
225 stars 14 forks source link

linux support ? #19

Closed xantares closed 3 years ago

xantares commented 3 years ago

hello, It seems it doesnt compile on anything other than windows, is there a limitation somewhere, or it's just a lack of uinterest in the linux port ?

sehraf commented 3 years ago

I'm using/testing it primary under Linux without problems.

xantares commented 3 years ago

I mean a native linux version, not mingw.

K0bin commented 3 years ago

There is no Mantle software on Linux.

libcg commented 3 years ago

Mantle is a Windows API only. It's possible to port to Linux, but there are no applications using it.

FYI I'm developing this on Arch Linux and using Wine to run it.