109
this post was submitted on 14 Oct 2024
109 points (95.8% liked)
Linux
5218 readers
9 users here now
A community for everything relating to the linux operating system
Also check out !linux_memes@programming.dev
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The work the Asahi team have done boggles my mind.
They've got further with gaming on Apple silicon than Apple has with their game-porting-toolkit.
Despite:
being on a completely unsupported OS
running through a virtual machine
having to rewrite all the hardware drivers from scratch, without the benefit of having hardware schematics/documentation
not having the benefit of using APIs that were made from the ground up to work well on this hardware specifically
And probably some other stuff I'm completely in the dark on because their work is so beyond me.
Asahi Team is literally poking around some dark magic at this point
Can you show where they’ve gone further than apples game porting toolkit or game translation layers? Genuinely curious because I haven’t seen any comparison but do know several large profile games have come to apple silicon recently.
It’s not quite as good as gptk. Gptk can run games like cyberpunk at 60+ fps on more powerful Mac’s but Asahi currently can’t run AAA games at 60 fps. Also gptk has support for avx which Fex technically has but doesn’t work on m1 because the chip lacks SVE(2). However I imagine in the future asahi will almost definitely be better.
I mean it more in terms of wider API support than in terms of outright performance. GPTK games, when they work, certainly run faster.