pixel-examples/shader
rvi64 b2cb0e681a
shader: fix wavy build
2018-11-22 05:34:14 +02:00
..
assets added shader examples 2018-10-08 08:16:35 -06:00
exposure added shader examples 2018-10-08 08:16:35 -06:00
fastblur added shader examples 2018-10-08 08:16:35 -06:00
grayscale added shader examples 2018-10-08 08:16:35 -06:00
wavy shader: fix wavy build 2018-11-22 05:34:14 +02:00
.gitignore added shader examples 2018-10-08 08:16:35 -06:00
LICENSE added shader examples 2018-10-08 08:16:35 -06:00
README.md fix image paths in shader/README.md 2018-10-11 17:56:52 +02:00
exposure.gif added shader examples 2018-10-08 08:16:35 -06:00
fastblur.gif added shader examples 2018-10-08 08:16:35 -06:00
grayscale.png added shader examples 2018-10-08 08:16:35 -06:00
wavy.gif added shader examples 2018-10-08 08:16:35 -06:00

README.md

Examples for Pixel's new custom fragment shader support

A few examples on how to implement custom shaders in Pixel. Please note I am not good with graphics, so hopefully someone more talented than I come up with better demos soon :)

fast radial blurring effect

long exposure-ish effect

grayscale (from wiki tutorial)

wavy (from wiki tutorial)