pixel-examples/shader/README.md

21 lines
436 B
Markdown
Raw Normal View History

2018-10-08 09:16:35 -05:00
# 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
2018-10-11 10:56:52 -05:00
![](fastblur.gif)
2018-10-08 09:16:35 -05:00
## long exposure-ish effect
2018-10-11 10:56:52 -05:00
![](exposure.gif)
2018-10-08 09:16:35 -05:00
## grayscale (from wiki tutorial)
2018-10-11 10:56:52 -05:00
![](grayscale.png)
2018-10-08 09:16:35 -05:00
## wavy (from wiki tutorial)
2018-10-11 10:56:52 -05:00
![](wavy.gif)