|
1 | 1 | # material_palette example |
2 | 2 |
|
3 | | -A demo app showcasing all 17 shader effects from the [material_palette](https://pub.dev/packages/material_palette) package. |
| 3 | +A demo app showcasing all 27 shader effects from the [material_palette](https://pub.dev/packages/material_palette) package. |
4 | 4 |
|
5 | 5 | ## Running |
6 | 6 |
|
7 | 7 | ```bash |
8 | 8 | flutter pub get |
9 | 9 | flutter run -d chrome # or macos, etc. |
10 | 10 | ``` |
| 11 | + |
| 12 | +## Shaders |
| 13 | + |
| 14 | +### Linear Gradients |
| 15 | +- **Grit** – gritty dithered gradient |
| 16 | +- **Perlin** – Perlin noise gradient |
| 17 | +- **Simplex** – Simplex noise gradient |
| 18 | +- **FBM** – fractal Brownian motion gradient |
| 19 | +- **Turbulence** – turbulence noise gradient |
| 20 | +- **Voronoi** – Voronoi cell gradient |
| 21 | +- **Voronoise** – Voronoise gradient |
| 22 | + |
| 23 | +### Radial Gradients |
| 24 | +- **Grit Radial** – radial gritty gradient |
| 25 | +- **Perlin Radial** – radial Perlin noise gradient |
| 26 | +- **Simplex Radial** – radial Simplex noise gradient |
| 27 | +- **FBM Radial** – radial FBM gradient |
| 28 | +- **Turbulence Radial** – radial turbulence gradient |
| 29 | +- **Voronoi Radial** – radial Voronoi gradient |
| 30 | +- **Voronoise Radial** – radial Voronoise gradient |
| 31 | + |
| 32 | +### Interactive |
| 33 | +- **Ripples** – animated ripple effect |
| 34 | +- **Taplets** – tap-triggered ripples |
| 35 | +- **Smarble** – marble smear effect |
| 36 | + |
| 37 | +### Burn |
| 38 | +- **Burn** – linear burn dissolve |
| 39 | +- **Burn Radial** – radial burn dissolve |
| 40 | +- **Burn Tap** – tap-triggered burn |
| 41 | + |
| 42 | +### Smoke |
| 43 | +- **Smoke** – linear smoke dissolve |
| 44 | +- **Smoke Radial** – radial smoke dissolve |
| 45 | +- **Smoke Tap** – tap-triggered smoke |
| 46 | + |
| 47 | +### Pixel Dissolve |
| 48 | +- **Pixel Dissolve** – linear pixel dissolve |
| 49 | +- **Pixel Dissolve Radial** – radial pixel dissolve |
| 50 | +- **Pixel Dissolve Tap** – tap-triggered pixel dissolve |
| 51 | + |
| 52 | +### Slurp |
| 53 | +- **Slurp Tap** – tap-triggered slurp effect |
0 commit comments