Possibility about porting rpcs3 to macOS via MoltenVK - Printable Version +- RPCS3 Forums (https://forums.rpcs3.net) +-- Forum: Community (https://forums.rpcs3.net/forumdisplay.php?fid=1) +--- Forum: General Discussion (https://forums.rpcs3.net/forumdisplay.php?fid=16) +--- Thread: Possibility about porting rpcs3 to macOS via MoltenVK (/showthread.php?tid=197562) |
Possibility about porting rpcs3 to macOS via MoltenVK - CNAmira - 11-30-2017 While there ain't an official support of Vulkan on macOS, but someone have developed a framework named MoltenVK that make it possible to run Vulkan apps on macOS without change any codes. Some famous gaming libraries such as SDL, GLFW and LWJGL have accept it as a Vulkan implementation on macOS. How about to run RPCS3 on macOS via MoltenVK? RE: Possibility about porting rpcs3 to macOS via MoltenVK - zekesonxx - 12-03-2017 MoltenVK is a commercially sold product with some very strong words in the license agreement about what you can and cannot do with it. RPCS3 is GPL2-licensed free and open source software. MoltenVK's license and the GPL2 are mutually incompatible. If you want rpcs3 on macOS, complain at Apple for modern graphics APIs or install Linux/Windows via Bootcamp. It's not rpcs3's fault Apple refuses to update past OpenGL 4.1 and refuses to allow Vulkan at all. RE: Possibility about porting rpcs3 to macOS via MoltenVK - Oneota - 07-27-2019 It appears that MoltenVK has gone open-source since the last reply to this post. Is there any work being done on a macOS binary or distribution? Is it possible to build your own from source at this point? RE: Possibility about porting rpcs3 to macOS via MoltenVK - Ani - 07-28-2019 Work has been done to get RPCS3 booting simple homebrews by gfx-rs https://gfx-rs.github.io/2018/09/03/rpcs3-dolphin.html But nothing else ever since due to hardware limitations on Metal itself It's really a waste of time too when you'll always end up with a nerfed version due to system limitations when you can just install a Linux or Windows distribution I don't think LLVM is working on MacOS, and current Vulkan render shouldn't be working too, even with MoltenVK You should be able to build it though |