GW2ToolBelt / Gw2Hook

Fork of ReShade with specific Gw2 features.

Home Page:https://04348.github.io/Gw2Hook/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReShade

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.

Building

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.

  1. Clone this repository including all Git submodules
  2. Open the Visual Studio solution
  3. Select either the "32-bit" or "64-bit" target platform and build the solution (this will build ReShade and all dependencies)

Contributing

Any contributions to the project are welcomed, it's recommended to use GitHub pull requests.

License

All the source code is licensed under the conditions of the BSD 3-clause license.

About

Fork of ReShade with specific Gw2 features.

https://04348.github.io/Gw2Hook/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 95.1%Language:C 2.9%Language:C# 1.9%Language:HLSL 0.1%Language:Python 0.0%