Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 2.28 KB

README.md

File metadata and controls

54 lines (38 loc) · 2.28 KB

Unreal Graphics Showcase for Meta Quest

Tone mapping is an important artistic tool for developers. Graphics Showcase features a Vulkan subpass-based tone mapping solution that is much more performant than traditional techniques.

Graphics Showcase is also available on Horizon Store as a playable apk.

Engine

This project depends on the Oculus fork of UE5 as it requires engine changes not yet upstreamed to Epic. Follow Epic's instructions to get access to the engine repo.

Clone the Project

Before you can clone the project, you must install Git Large File Support (LFS). This project uses Git LFS to handle all large assets required locally. Refer to Git LFS installation options for instructions.

git lfs install

Please note that direct download of the project is not currently supported for this repository.

Setup

  • Clone the UE5 branch of Oculus fork linked above.
  • Clone this repo.
  • Open command prompt and navigate to your UE5 directory.
  • Run: "GenerateProjectFiles.bat <Full path to GraphicsShowcase.uproject> -Game"
    • For example: "GenerateProjectFiles.bat D:\Unreal-GraphicsShowcase\GraphicsShowcase.uproject -Game"
  • Open GraphicsShowcase.sln in the project directory.
  • You should see GraphicsShowcase listed in the solution explorer as the startup project (in bold). If not, Right click and set it as your startup project.

Controls

  • B - Cycle through effects (Day / Night cycle, Sepia LUT, Reddish LUT)
  • A - Toggle tonemap subpass (off / on)
  • Right Trigger - Toggle FFR (off / high)
  • Right Grip - Toggle MSAA (1/2/4)
  • Right Stick Click - Toggle headlock mode on/off for profiling

Updates

20 December 2023 Update

We updated the project to UE5.3.

Misc

License
The Meta SDK License applies to this project and supporting material.

More Info
Original blog post when this project was released for UE4.
Vulkan Subpasses in UE4 for Performant Tone Mapping on Quest