shader_studio
shader_studio copied to clipboard
A collection of implemented shaders bundled in a single app to show case.
shader_studio
This app showcases my implementation of different shaders.
Implemented shaders
Motion Blurred List
This shaders adds motion blur and varying distortion at the edges of the screen depending on the scroll speed.
RGB Split Distortion Effect
This is actually the Flutter implementation of a shader from https://x.com/dankuntz. It adds RGB Split and some distortion to the screen where the user touches.
Structure
Under
- lib/shaders you will the shaders.
- lib/pages you will find the pages implementing the shaders.
NOTICE
Only works on iOS and macOS right now. For help with Android and Web feel free to contact me or open a PR.