All Projects → Inori → Gpcs4

Inori / Gpcs4

Licence: gpl-3.0
A Playstation 4 emulator just begin

Projects that are alternatives of or similar to Gpcs4

Xenia
Xbox 360 Emulator Research Project
Stars: ✭ 5,404 (+355.65%)
Mutual labels:  vulkan, emulator
Nova Renderer
Nova Renderer, a custom cross platform render engine written in C++
Stars: ✭ 619 (-47.81%)
Mutual labels:  graphics, vulkan
Silk.net
The high-speed OpenAL, OpenGL, Vulkan, and GLFW bindings library your mother warned you about.
Stars: ✭ 534 (-54.97%)
Mutual labels:  graphics, vulkan
3d Game Shaders For Beginners
🎮 A step-by-step guide to implementing SSAO, depth of field, lighting, normal mapping, and more for your 3D game.
Stars: ✭ 11,698 (+886.34%)
Mutual labels:  graphics, vulkan
Cemu graphic packs
Community Graphic Packs for Cemu
Stars: ✭ 916 (-22.77%)
Mutual labels:  graphics, emulator
Gfx
[maintenance mode] A low-overhead Vulkan-like GPU API for Rust.
Stars: ✭ 5,045 (+325.38%)
Mutual labels:  graphics, vulkan
Renderdoc
RenderDoc is a stand-alone graphics debugging tool.
Stars: ✭ 5,969 (+403.29%)
Mutual labels:  graphics, vulkan
Magnum
Lightweight and modular C++11 graphics middleware for games and data visualization
Stars: ✭ 3,728 (+214.33%)
Mutual labels:  graphics, vulkan
Rendy
State of the art "build your own engine" kit powered by gfx-hal
Stars: ✭ 750 (-36.76%)
Mutual labels:  graphics, vulkan
Pbr
An implementation of physically based shading & image based lighting in D3D11, D3D12, Vulkan, and OpenGL 4.
Stars: ✭ 722 (-39.12%)
Mutual labels:  graphics, vulkan
Vulkan best practice for mobile developers
Vulkan best practice for mobile developers
Stars: ✭ 424 (-64.25%)
Mutual labels:  graphics, vulkan
Shaderc
A collection of tools, libraries, and tests for Vulkan shader compilation.
Stars: ✭ 1,016 (-14.33%)
Mutual labels:  graphics, vulkan
Shadergen
Proof-of-concept library for generating HLSL, GLSL, and Metal shader code from C#,
Stars: ✭ 395 (-66.69%)
Mutual labels:  graphics, vulkan
Shaderconductor
ShaderConductor is a tool designed for cross-compiling HLSL to other shading languages
Stars: ✭ 1,146 (-3.37%)
Mutual labels:  graphics, vulkan
Quartz
Vulkan RTX path tracer with a declarative ES7-like scene description language.
Stars: ✭ 367 (-69.06%)
Mutual labels:  graphics, vulkan
Vulkan
Vulkan API bindings for Go programming language
Stars: ✭ 559 (-52.87%)
Mutual labels:  graphics, vulkan
Bansheeengine
Modern C++14 game engine with Vulkan support, fully featured editor and C# scripting
Stars: ✭ 2,906 (+145.03%)
Mutual labels:  graphics, vulkan
Agi
Android GPU Inspector
Stars: ✭ 327 (-72.43%)
Mutual labels:  graphics, vulkan
Anki 3d Engine
AnKi 3D Engine - Vulkan backend, modern renderer, scripting, physics and more
Stars: ✭ 688 (-41.99%)
Mutual labels:  graphics, vulkan
Vktk
Vulkan Toolkit
Stars: ✭ 32 (-97.3%)
Mutual labels:  graphics, vulkan

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; I don't intend it to become a serious application.

Latest progress

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.

Basic Quad
First correct image rendered, although this is a 2D image demo, it's actually rendered in a 3D pipeline.
There is still some hard-coded test code, but with more design, and most importantly, using our shader translator. There won't be any hand-written shaders anymore.
Next I'll focus on Nier and improve the graphics implementation.

Nier Demo
This is a previous running result of Nier:Automata. It is not correct yet, and I'll try to improve it.

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.

Discord: GPCS4
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 are required.
Currently, only Windows build is supported.

Visual Studio 2017
LLVM/Clang
LLVM Compiler Toolchain Extension
LunarG Vulkan SDK

For more details, see the Developer's Guide

Credits

DXVK
uplift

License

GPL-3.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].