| ▲ | jmpman 19 hours ago | |||||||
I've been running Windows 11 via Parallels on my MacBook Pro - with my primary purpose being to run SolidWorks. However, my secondary purpose was to run games from my Steam library. So many of my games don't run on the native Mac Steam, but will run on Windows. Yet when I run them on Windows, they're sometimes slow garbage. I'd like to be able to connect an external NVIDIA GPU to my MacBook and use it to run games through my Windows ARM. Maybe this will bring me one step closer? | ||||||||
| ▲ | illini1 19 hours ago | parent | next [-] | |||||||
Unfortunately this seems to target the Surface RTX Spark dev boxes Microsoft is planning to release later this year and no other GPU’s. | ||||||||
| ||||||||
| ▲ | anthk 6 hours ago | parent | prev [-] | |||||||
Try a Wine port for Mac with Proton. Such as https://github.com/Sikarugir-App/Sikarugir Steps to compile it by hand (if you want a bit more of performance): Install homebrew
Then, run this commands in the terminal to build and install Wine:
Guide to run windows games under Wine with the Sikarugir wrapper/build.http://www.youtube.com/watch?v=pCgYxRPIqjE&t=23s Here you don't compile anything, just install them and that's it. Altough the compiled Wine might give you a few FPS' more. Also, the Rosetta related command/installation it's mandatory to translate x86 instructions to ARM. | ||||||||