This app showcases my implementation of different shaders.
This shaders adds motion blur and varying distortion at the edges of the screen depending on the scroll speed.
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.
Under
- lib/shaders you will the shaders.
- lib/pages you will find the pages implementing the shaders.
Only works on iOS and macOS right now. For help with Android and Web feel free to contact me or open a PR.