Graphics Demo
Z and C to slide shader strength
1. Canny Edge Detector:- Detects edges in an image and overlays them on the screen.
2. Canny B&W:- Canny edge detector without the overlay.
3. Box Blur:- Simple Box Blur with scaling kernel size using Z and C.
4. Kuwahara Blur :- Rudimentary single box kernel implementation of a Kuwahara filter. Scale kernel size using Z and C.
5. Chromatic Abberation:- Single pass customizable chromatic abberation. Animated with offset Sine waves.
Source Code :- https://github.com/scara2016/GraphicsDemoV2
Comments
Log in with itch.io to leave a comment.
i love the effects, but what does kuwahara blur do? it just turns everything black on my screen