←back to thread

183 points ahamez | 3 comments | | HN request time: 0.012s | 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. actionfromafar ◴[] No.43631425[source]
Don't see why Wine would be slower than any other x86 application ran in emulation.
replies(1): >>43632298 #
2. Rohansi ◴[] No.43632298[source]
Because Wine is a translation layer for Windows APIs into what the host operating system requires. Including translating DirectX into Vulkan/Metal.
replies(1): >>43636530 #
3. actionfromafar ◴[] No.43636530[source]
Yes, it's a bit of overhead, but todays software is already so full of layers upon layers. Every Electron app is much heavier than Wine.