项目作者: daliife
项目描述 :
Postprocessing project FX using the fragment shader
高级语言: C
项目地址: git://github.com/daliife/ShadersAndPostpro.git
Shaders And Postprocessing
Description
Small C++ project to practise Shaders and Postprocessing FX, mainly playing around and passing editable uniforms in the fragment shader.
- You can toggle the FX Panel Selector ON and OFF with
ALT + 0
- All the sliders in the panel are modifiable during the execution. They will affect parameters of the specific FX Mode in the dropdown.
Shader references and links
Screenshots
FX Panel Selector

Normal

Black & White

Color Correction

Posterize

Dithering

Thresholding

Invert

Pixelize

More info
Base code extracted from Aluns repository.