Some simple shaders for the obs plugin 'shaderfilter plus' https://github.com/Limeth/obs-shaderfilter-plus#obs-shaderfilter-plus

NetherEran a3e56afbd0 fix spelling and add more information 3 years ago
anaglyph_3d 4c8b1dd92c add some shaders 3 years ago
README.md a3e56afbd0 fix spelling and add more information 3 years ago
blur.glsl 4c8b1dd92c add some shaders 3 years ago
license.txt 77acb3b02f add license 3 years ago
mirror.glsl 4c8b1dd92c add some shaders 3 years ago
red_alert.glsl 4c8b1dd92c add some shaders 3 years ago
square.glsl 4c8b1dd92c add some shaders 3 years ago
upwards_distorted.glsl 4c8b1dd92c add some shaders 3 years ago
wave.glsl 4c8b1dd92c add some shaders 3 years ago

README.md

A collection of openGL shaders for the shaderfilter plus plugin of obs.

How to use:

The shaders in the anaglyph_3d folder are used to combine two sources to be viewable in 3d with 3d glasses. They can be used as follows.

  • Create a group source.
  • Add the left and the right source into the group. Right should be on top.
  • Apply red.glsl to the right image, cyan.glsl to the left one.
  • Apply merge.glsl to the whole group to correct the brightness.

The anaglyph effect is not perfect but close enough.