Daodan317081 / reshade-shaders

Shaders for ReShade

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reshade-shaders

Shaders for ReShade written in the ReShade FX shader language.

Comic.fx

In order to achieve this look this shader uses different sorts of (configurable) edge detection methods on the color and depth information of the frame. Also, every edge layer can be individually faded in and out with distance. After all the layers are combined the resulting layer can be masked based on the luminosity and saturation of the original color (can be useful to mask the game's UI).

The whole appeal of this shader relies on the depth buffer - so access to it is desperatly needed.

ColorIsolation.fx

This shader lets the user configure the preferred hue and desaturates everything else. It is also possible to desaturate only the user-defined hue.

Draws a configurable overlay:

  • Configurable aspect ratio
  • Custom overlay color
  • Borders
  • Composition grid:
    • Fractions (halfs, thirds, etc.)
    • Golden ratio

Draws a scaled down version of the image onto the screen. Size and position of the overlay is configurable. Useful to check the framing when a program like SRWE is used for screenshotting.

About

Shaders for ReShade

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


Languages

Language:HLSL 100.0%