Orbital: A PlayStation 4 Emulator That Is Emulating The PS4's AMD GPU Using Vulkan

Written by Michael Larabel in Free Software on 19 March 2019 at 07:28 AM EDT. 66 Comments
FREE SOFTWARE
Orbital is an open-source project providing a virtualization-based PlayStation 4 emulator that is still in its early stages but what interests us is its technical details including the use of Vulkan/SPIR-V.

Orbital leverages QEMU and other open-source components. At this stage it's not running any PS4 games but is able to boot into safe mode on PS4 5.xx kernels.

The graphics support is achieved by fully emulating the PS4's AMD Sea Islands graphics processor using Vulkan and then dynamically recompiling GCN bytecode into SPIR-V so that common IR can then be sent into the Vulkan driver of the host system. With this setup, they are able to see graphics outputs including PS4 error messages:


Orbital is currently being worked on for Windows, macOS, and Linux. The system requirements will be hefty with already requiring AVX2 capable CPUs and 12GB of RAM.

Of course, it doesn't have the blessing of Sony but if you are interested in diving into the code -- it's not anything usable for gamers yet nor likely for quite some time -- and learning more about their emulating of Radeon GPUs using Vulkan/SPIR-V, the project is hosted on GitHub where they also have a roadmap.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week