←back to thread

183 points ahamez | 1 comments | | HN request time: 0.33s | source
Show context
giancarlostoro ◴[] No.43631399[source]
Does something like Whisky work in the new macOS Apple Silicon world? I assume its quite a bit slower to simulate Windows while at the same time translating x86 to Apple Silicon. I ask because this would be a justified break from this project, it's kind of a nightmare setup, you're better off just buying a $300 Windows laptop at Walmart or something.
replies(16): >>43631425 #>>43631427 #>>43631429 #>>43631434 #>>43631436 #>>43631438 #>>43631452 #>>43631463 #>>43631466 #>>43631470 #>>43631504 #>>43631606 #>>43631696 #>>43632362 #>>43632689 #>>43639329 #
1. fastball ◴[] No.43631470[source]
That is where Apple's GPTK (Game Porting Toolkit) came into play, and why Whiskey was popular at all. It allows for somewhat seamless interop between Wine and D3DMetal, which is an Apple translation layer from DirectX 11/12 instructions directly to Metal (Apple's Graphics API). Given that the majority of the cycles for video games are consumed by these graphics APIs, having that direct translation layer allows for fairly performant gameplay on Apple Silicon macs.