ReShade is an advanced, fully generic post-processing injector for games and video software. Imagine your favorite game with ambient occlusion, real depth of field effects, color correction and more ... ReShade exposes an automated and generic way to access both frame color and depth information and all the tools to make it happen.
You'll need both Git and Visual Studio 2017 or higher to build ReShade. Latter is required since the project makes use of some C++14 and C++17 features. Additionally a Python 2.7.9 or later (Python 3 is supported as well) installation is necessary for the gl3w
dependency to build.
- Clone this repository including all Git submodules
- Open the Visual Studio solution
- Select either the "32-bit" or "64-bit" target platform and build the solution (this will build ReShade and all dependencies)
Any contributions to the project are welcomed, it's recommended to use GitHub pull requests.
All the source code is licensed under the conditions of the BSD 3-clause license.