Commit 32df58e
File tree
6 files changed
+74
-36
lines changed- src
- background/abstract
- types
6 files changed
+74
-36
lines changedSubmodule color4bg.js updated 36 files
- build-all.js+20-20
- build/js/AbstractShapeBg.min.js+1-1
- build/js/AestheticFluidBg.min.js+1-1
- build/js/AmbientLightBg.min.js+1-1
- build/js/BigBlobBg.min.js+1-1
- build/js/BlurDotBg.min.js+1-1
- build/js/BlurGradientBg.min.js+1-1
- build/js/ChaosWavesBg.min.js+1-1
- build/js/CurveGradientBg.min.js+1
- build/js/GridArrayBg.min.js+1-1
- build/js/RandomCubesBg.min.js+1-1
- build/js/SwirlingCurvesBg.min.js+1-1
- build/js/TrianglesMosaicBg.min.js+1-1
- build/js/WavyWavesBg.min.js+1-1
- build/jsm/AbstractShapeBg.module.js+1-1
- build/jsm/AestheticFluidBg.module.js+1-1
- build/jsm/AmbientLightBg.module.js+1-1
- build/jsm/BigBlobBg.module.js+1-1
- build/jsm/BlurDotBg.module.js+1-1
- build/jsm/BlurGradientBg.module.js+1-1
- build/jsm/ChaosWavesBg.module.js+1-1
- build/jsm/CurveGradientBg.module.js+1
- build/jsm/GridArrayBg.module.js+1-1
- build/jsm/RandomCubesBg.module.js+1-1
- build/jsm/SwirlingCurvesBg.module.js+1-1
- build/jsm/TrianglesMosaicBg.module.js+1-1
- build/jsm/WavyWavesBg.module.js+1-1
- examples/assets/images/curve-gradient.jpg
- examples/assets/images/swirling-curves.jpg
- examples/data.js+58-11
- examples/demo-module-js.html+10-10
- examples/ui.js+3-1
- src/color4bg/AbstractBackground/BigBlobBg.js+2
- src/color4bg/AbstractBackground/CurveGradientBg.js+155
- src/color4bg/AbstractBackground/shaders/CurveGradient.js+102
- src/color4bg/ColorBg.js+35-5
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
| |||
44 | 43 | | |
45 | 44 | | |
46 | 45 | | |
47 | | - | |
| 46 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| |||
176 | 178 | | |
177 | 179 | | |
178 | 180 | | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
0 commit comments