What a legendary team. Will the graphic performance take advantage of the powerful mac GPU?
Asahi Linux: AAA Gaming Emulation on Apple Silicon
Submitted 10 months ago by Dasnap@lemmy.world to games@lemmy.world
https://asahilinux.org/2024/10/aaa-gaming-on-asahi-linux/
Comments
Yerbouti@sh.itjust.works 10 months ago
slug@lemmy.world 10 months ago
so is there a way to try asahi on my m1 macbook without overwriting my macos install?
smud@lemmy.world 10 months ago
Yes, asahi always installs to a separate partition so your base os shouldn’t be affected
slug@lemmy.world 10 months ago
and it’s easily reversible from macOS’s perspective? i’m familiar enough with partition OS installs (remember boot camp?) but there’s so many new security “features” these days
fartsparkles@sh.itjust.works 10 months ago
Impressive! I thought emulation would be embarrassingly slow - my attempts to get Windows VMs running on macOS on Apple Silicon resulted in single-digit FPS just rendering the desktop. What dark arts are they conducting?
stsquad@lemmy.ml 10 months ago
FEX redirects graphics library calls to their native equivalents. This substantially reduces the amount of translated code you need to execute.
slp did a nice demo at KVM Forum last month. …qemu.org/…/The_many_faces_of_virtio-gpu_F4XtKDi.… andhttps://youtu.be/10Ztv0UI5I0?si=19KPcA6wGbXM3I…
fartsparkles@sh.itjust.works 10 months ago
That’s ridiculously cool. Really appreciate you sharing that.