Difference between revisions of "Orbital"

From Emulation General Wiki
Jump to navigation Jump to search
(Overview: Direct quote)
 
(12 intermediate revisions by 7 users not shown)
Line 1: Line 1:
 +
{{Outdated}}
 
{{Infobox emulator
 
{{Infobox emulator
 
|title = Orbital
 
|title = Orbital
|logo =  
+
|logo = Orbital.jpeg
 +
|logowidth = 120
 
|version = N/A
 
|version = N/A
 
|active = Yes
 
|active = Yes
|platform = Windows, Linux
+
|platform = [[Emulators on Windows|Windows]]<br/>[[Emulators on Linux|Linux]]
 
|target = [[PlayStation 4 emulators|PlayStation 4]]
 
|target = [[PlayStation 4 emulators|PlayStation 4]]
 
|architecture = x86_64
 
|architecture = x86_64
 
|developer = AlexAltea & Orbital community
 
|developer = AlexAltea & Orbital community
 
|website = [https://phi.nz/orbital/ phi.nz/Orbital]
 
|website = [https://phi.nz/orbital/ phi.nz/Orbital]
|support = [https://www.patreon.com/AlexAltea Patreon]
+
|support = [https://www.patreon.com/AlexAltea Patreon]<br/>[https://github.com/sponsors/AlexAltea GitHub Sponsor]
 
|source = [https://github.com/AlexAltea/orbital GitHub]
 
|source = [https://github.com/AlexAltea/orbital GitHub]
|license = MIT License
+
|license = MIT
 
}}
 
}}
'''Orbital''' is a virtualization-based [[PlayStation 4 emulators|PlayStation 4 emulator]] for Windows and Linux that is under heavy development. It can only boot the firmware. Do not expect to play commercial games with it yet. It is also open-source and is a [[High/Low level emulation|low-level]] emulator  
+
'''Orbital''' is a free and open-source, virtualization-based [[PlayStation 4 emulators|PlayStation 4 emulator]] for [[Emulators on PC|Windows]] and Linux. It can only boot the firmware. Do not expect to play commercial games with it. It is a [[High/Low level emulation|low-level]] emulator.
  
 
==Overview==
 
==Overview==
  
Future plans for the emulator can be found at the [https://github.com/AlexAltea/orbital/wiki/Roadmap Roadmap] page.
+
The lead developer, by Alexandro Sanchez (AKA 'AlexAltea', [https://youtu.be/4joCMfTPP4M?t=30 who is also one of the developers of the RPCS3 and Nucleus projects]), [https://twitter.com/AlexAltea/status/1107923051621044225 started working] on the Orbital program the day he launched it publicly on GitHub on [https://github.com/AlexAltea/orbital/commit/064abb20f9e410f9ac1110ccedc7287820421253 October 29, 2017]. On [https://twitter.com/AlexAltea/status/1107865782472634368 18 March, 2019], AlexAltea revealed on Twitter that Orbital was able to boot into Safe Mode from PS4 5.xx kernels on PC, with graphical output.
 
 
The lead developer, Alexandro Sanchez (AKA 'AlexAltea'), [https://twitter.com/AlexAltea/status/1107923051621044225 started working] on the Orbital program the day he launched it publicly on GitHub on [https://github.com/AlexAltea/orbital/commit/064abb20f9e410f9ac1110ccedc7287820421253 October 29, 2017]. On [https://twitter.com/AlexAltea/status/1107865782472634368 18 March, 2019], AlexAltea revealed on Twitter that Orbital was able to boot into Safe Mode from PS4 5.xx kernels on PC, with graphical output.
 
  
 
According to AlexAltea, Orbital relies on "[https://twitter.com/AlexAltea/status/1108700030192549889 hardware-accelerated virtualization, not emulation, so it yields near-native performance]. If anything, there could be bottlenecks in GPU rendering, e.g. due to UMA, but [he had been] working on ways to reduce overhead there." Orbital uses SPIR-V for hardware-accelerated virtualization - it is a low-level shader language used in the Vulkan graphics API. The program is driving graphical output by fully emulating the AMD GPU via the Vulkan backend and recompiling GCN bytecode to SPIR-V.
 
According to AlexAltea, Orbital relies on "[https://twitter.com/AlexAltea/status/1108700030192549889 hardware-accelerated virtualization, not emulation, so it yields near-native performance]. If anything, there could be bottlenecks in GPU rendering, e.g. due to UMA, but [he had been] working on ways to reduce overhead there." Orbital uses SPIR-V for hardware-accelerated virtualization - it is a low-level shader language used in the Vulkan graphics API. The program is driving graphical output by fully emulating the AMD GPU via the Vulkan backend and recompiling GCN bytecode to SPIR-V.
Line 28: Line 28:
  
 
[[Category:Emulators]]
 
[[Category:Emulators]]
 +
[[Category:Console emulators]]
 +
[[Category:Home console emulators]]
 
[[Category:PlayStation 4 emulators]]
 
[[Category:PlayStation 4 emulators]]
 
[[Category:Windows emulation software]]
 
[[Category:Windows emulation software]]
 
[[Category:Linux emulation software]]
 
[[Category:Linux emulation software]]

Latest revision as of 10:32, 11 March 2024

Orbital
Orbital.jpeg
Developer(s) AlexAltea & Orbital community
Latest version N/A
Active Yes
Platform(s) Windows
Linux
Architecture(s) x86_64
Emulates PlayStation 4
Website phi.nz/Orbital
Support ($) Patreon
GitHub Sponsor
License MIT
Source code GitHub

Orbital is a free and open-source, virtualization-based PlayStation 4 emulator for Windows and Linux. It can only boot the firmware. Do not expect to play commercial games with it. It is a low-level emulator.

Overview[edit]

The lead developer, by Alexandro Sanchez (AKA 'AlexAltea', who is also one of the developers of the RPCS3 and Nucleus projects), started working on the Orbital program the day he launched it publicly on GitHub on October 29, 2017. On 18 March, 2019, AlexAltea revealed on Twitter that Orbital was able to boot into Safe Mode from PS4 5.xx kernels on PC, with graphical output.

According to AlexAltea, Orbital relies on "hardware-accelerated virtualization, not emulation, so it yields near-native performance. If anything, there could be bottlenecks in GPU rendering, e.g. due to UMA, but [he had been] working on ways to reduce overhead there." Orbital uses SPIR-V for hardware-accelerated virtualization - it is a low-level shader language used in the Vulkan graphics API. The program is driving graphical output by fully emulating the AMD GPU via the Vulkan backend and recompiling GCN bytecode to SPIR-V.

External links[edit]