-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proton Builds #43
Comments
That's correct. I just downloaded its source and I'm trying to build it, so maybe I can analyse how it works. I'm still downloading the dependencies, but something that is worth observing is that they are using their own Wine version: |
They also have their own version of dxvk: Maybe that version of Wine could be used to create a Wineskin wrapper compatible with MoltenVK? EDIT: There are almost 100 of commits in the Valve repo of dxvk (not counting the ones from the original repo, I mean). I guess their version may be ahead the original now for macOS/Linux. |
Compiling with MoltenVK support is not difficult, I've built 3.13 and above with MoltenVK support. Most of the patches Protons Wine fork have mostly been merged upstream bar the really hacking ones. It's looking like well soon get all the needed extensions added into MoltenVK to use DXVK or at least VKD3D on macOS so thats something. EDIT; EDIT2; |
Sounds exciting :) |
https://github.com/ValveSoftware/Proton
Uses the new Wine Vulkan support.
The text was updated successfully, but these errors were encountered: