GPCS4

一个正在进行中的 PlayStation 4 模拟器。「A work-in-progress PlayStation 4 emulator.」

Github星跟蹤圖


GPCS4

A PlayStation 4 emulator which was just started.
A project done for fun, and for technical research.

The only reason I have started this project is for learning 3D graphics.
It's not intended to become a serious application.

Latest progress

Basic Compute

  • Support simple compute shader, compute ring, cube maps.
  • Use Direct Input to emulate pad.

WAD Demo
First commercial game support, We are Doomed. Thanks to our developers.
It's not playable now, since the FPS is very low, because there are currently no optimizations.
GPCS4 will recompile all the shaders, untiling all the textures and upload all the buffers every frame, making it less efficient.
Besides, there are still some problems in the game pad emulation.
We will try to resolve these issues incrementally.

Roadmap

  • Graphics

    • Gnm reverse engineering

      Parsing PM4 command buffers and some other formats to recover the original Gnm calls.
      Still a lot of work.

    • Vulkan backend

      Translate Gnm calls into vulkan calls. Far from complete.

    • Shader recompiler

      Translate GCN bytecode into Spir-V bytecode. Far from complete.

  • Hardware

    • Audio

      Basic implementation.

    • Gamepad

      Basic implementation.

  • System

    • Dynamic linker

      TLS support is not complete yet, and possibly neither are some other initialization functions.

    • System resource management, ie. Thread, virtual memory, synchronize object, file, clock.

      For functions which do not require system resource (e.g: math functions),
      we'll use the system libraries directly.
      For others, we will try to implement them, one by one.

Join

Read our Developer's Guide

For more details you could join our discord server to contact me, or if you are used to Tencent QQ/TIM, just join our group. There you can get more resources which are useful for contributing.

Gitter: GPCS4EMU
Discord: GPCS4 (Currently not maintained)
Tencent QQ/TIM Group Number: 470865218

Build

To run or develop GPCS4, a CPU supporting AVX instruction set as well as a graphics card supporting Vulkan 1.3 are required.
Currently, only Windows build is supported.

For more details, see the Developer's Guide

Credits

DXVK
uplift

License

GPL-3.0

主要指標

概覽
名稱與所有者Inori/GPCS4
主編程語言C++
編程語言C++ (語言數: 7)
平台
許可證GNU General Public License v3.0
所有者活动
創建於2019-06-20 17:29:06
推送於2023-08-29 15:25:59
最后一次提交2023-06-27 17:54:38
發布數5
最新版本名稱v0.2.3 (發布於 2022-07-12 01:18:18)
第一版名稱v0.1.0 (發布於 )
用户参与
星數2k
關注者數119
派生數142
提交數1.6k
已啟用問題?
問題數57
打開的問題數1
拉請求數46
打開的拉請求數1
關閉的拉請求數28
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?