paper_shaders 0.0.3
paper_shaders: ^0.0.3 copied to clipboard
Flutter runtime shader port of Paper Shaders with 29 GLSL effects.
0.0.3 #
- Classified shaders without time dependencies as static so their render loops stop after drawing and restart only when visual inputs change.
- Stopped the example FPS ticker and hid motion controls for static shaders.
0.0.2 #
- Optimized the
perlin-noiseshader by avoiding extra noise samples for Flutter antialiasing, improving heavy presets such as Moss.
0.0.1 #
- Initial Flutter runtime shader port of the 29 Paper Shaders effects.
- Added typed parameter objects, shader widgets, presets, catalogue entries, shader assets, and image/noise sampler assets.
- Added local shader compilation tests and deterministic golden parity tooling for 120 upstream preset renders.
