项目作者: daliife

项目描述 :
Postprocessing project FX using the fragment shader
高级语言: C
项目地址: git://github.com/daliife/ShadersAndPostpro.git
创建时间: 2019-02-10T11:09:54Z
项目社区:https://github.com/daliife/ShadersAndPostpro

开源协议:

下载


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.

Screenshots

FX Panel Selector

FX Panel Selector

Normal

Normal

Black & White

B&W

Color Correction

Color Correction

Posterize

Posterize

Dithering

Dithering

Thresholding

Thresholding

Invert

Invert

Pixelize

Pixelize

More info

Base code extracted from Aluns repository.