←back to thread

Steam Machine

(store.steampowered.com)
1173 points davikr | 1 comments | | HN request time: 0s | source
Show context
teroshan ◴[] No.45903562[source]
https://store.steampowered.com/sale/steamframe [1]

> Steam Frame is a PC, and runs SteamOS powered by a Snapdragon® 8 Series Processor. With 16GB of RAM, Steam Frame supports stand-alone play on a growing number of both VR and non-VR games without needing to stream from your PC.

So Steam + Proton works on aarch64? Is this something already available/supported, or is this an announcement?

[1] Steam Frame, which is the VR Headset releasing alongside the Steam Machine. Dedicated discussion here https://news.ycombinator.com/item?id=45903325

replies(7): >>45903594 #>>45903610 #>>45903782 #>>45904498 #>>45904680 #>>45904721 #>>45905519 #
jsheard ◴[] No.45903610[source]
Valve has been quietly working on integrating the FEX x86 emulator into Proton for a while, and it's official now.

https://www.tomshardware.com/peripherals/gaming-headsets/han...

replies(5): >>45903811 #>>45904766 #>>45904871 #>>45905754 #>>45907378 #
pdpi ◴[] No.45905754[source]
Have to wonder if there is a world where Proton comes to macOS.
replies(3): >>45906101 #>>45906168 #>>45908231 #
1. GeekyBear ◴[] No.45906168[source]
Proton is just a fork of Wine that also translates from Microsoft's DirectX graphics API to the native graphics API of Linux (Vulcan) so you can run Windows games on Linux.

The new thing Proton is adding is translation from x86 to ARM.

Macs already have Wine, an x86 to ARM translation layer (Rosetta), and an Apple provided translation layer from Microsoft's DirectX to the Mac's native Metal graphics API (D3DMetal) which is integrated into upstream Wine.