shaders 2.5.117 → 2.5.119
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/core/BarShift-2XBhva1A.js +141 -0
- package/dist/core/{Blur-DG7lJKPo.js → Blur-5_t3tR_g.js} +1 -1
- package/dist/core/BrickPattern-BfTsjp4I.js +175 -0
- package/dist/core/{ChannelBlur-BhcCkwcO.js → ChannelBlur-DWgS3nhn.js} +1 -1
- package/dist/core/Chevron-BKZjAXR_.js +142 -0
- package/dist/core/ColorWheel-BQUKQPM-.js +140 -0
- package/dist/core/{Crescent-DiioCL2k.js → Crescent-ppz7W7eM.js} +1 -1
- package/dist/core/{Cross-CxQTHuxC.js → Cross-BfNOtQ6s.js} +1 -1
- package/dist/core/{Crystal-B3iO7o_n.js → Crystal-QsQoy8fZ.js} +1 -1
- package/dist/core/{Ellipse-iwH-zEvD.js → Ellipse-sWhNvW9-.js} +1 -1
- package/dist/core/{Emboss-B4i61QDT.js → Emboss-DGaubb9x.js} +1 -1
- package/dist/core/{Flower-CdHVKJKu.js → Flower-BbRNrXIa.js} +1 -1
- package/dist/core/FractalNoise-Ccufnbw6.js +184 -0
- package/dist/core/{Glass-B19xsZLn.js → Glass-CXT1jdLw.js} +2 -2
- package/dist/core/{Glow-CsTZA75y.js → Glow-5PP4-rM9.js} +1 -1
- package/dist/core/Marble-DkHLcqFD.js +124 -0
- package/dist/core/{Neon-BeGABHrs.js → Neon-DQDB7hAE.js} +1 -1
- package/dist/core/{Polygon-_3DSqSBg.js → Polygon-C6_siOs0.js} +1 -1
- package/dist/core/{ProgressiveBlur-Dh8W2bZ3.js → ProgressiveBlur-BJwJ5mE0.js} +1 -1
- package/dist/core/{Ring-4J6h5Iof.js → Ring-CtnDtTY8.js} +1 -1
- package/dist/core/{RoundedRect-Dj-gqOc0.js → RoundedRect-tnt7Jr5b.js} +1 -1
- package/dist/core/{SmokeFill-rM9vUIm4.js → SmokeFill-DzEtYeKN.js} +1 -1
- package/dist/core/{Star-CJ4mkBZg.js → Star-0Flymgm9.js} +1 -1
- package/dist/core/SunBurst-D9X1-buZ.js +127 -0
- package/dist/core/{TiltShift-DSQ-CsXz.js → TiltShift-r4qzPb2k.js} +1 -1
- package/dist/core/{Trapezoid-P9gXhH9a.js → Trapezoid-JmybJMUr.js} +1 -1
- package/dist/core/{Vesica-DYov_i53.js → Vesica-D7iqgpJg.js} +1 -1
- package/dist/core/{VideoTexture-Cr1f0IOE.js → VideoTexture-D9XxE1Hw.js} +1 -1
- package/dist/core/{WebcamTexture-BQJpZvC5.js → WebcamTexture-9Td8qQWm.js} +1 -1
- package/dist/core/index.js +179 -121
- package/dist/core/registry.js +117 -110
- package/dist/core/renderer.d.ts.map +1 -1
- package/dist/core/shaderRegistry-CO5SCxc6.js +270 -0
- package/dist/core/shaderRegistry.d.ts.map +1 -1
- package/dist/core/shaders/BarShift/index.d.ts +47 -0
- package/dist/core/shaders/BarShift/index.d.ts.map +1 -0
- package/dist/core/shaders/BarShift/index.js +6 -0
- package/dist/core/shaders/Beam/index.js +1 -1
- package/dist/core/shaders/Blob/index.js +1 -1
- package/dist/core/shaders/Blur/index.js +2 -2
- package/dist/core/shaders/BrickPattern/index.d.ts +79 -0
- package/dist/core/shaders/BrickPattern/index.d.ts.map +1 -0
- package/dist/core/shaders/BrickPattern/index.js +5 -0
- package/dist/core/shaders/BrightnessContrast/index.js +1 -1
- package/dist/core/shaders/Bulge/index.js +1 -1
- package/dist/core/shaders/CRTScreen/index.js +1 -1
- package/dist/core/shaders/ChannelBlur/index.js +2 -2
- package/dist/core/shaders/Checkerboard/index.js +1 -1
- package/dist/core/shaders/Chevron/index.d.ts +66 -0
- package/dist/core/shaders/Chevron/index.d.ts.map +1 -0
- package/dist/core/shaders/Chevron/index.js +5 -0
- package/dist/core/shaders/ChromaFlow/index.js +1 -1
- package/dist/core/shaders/ChromaticAberration/index.js +1 -1
- package/dist/core/shaders/Circle/index.js +1 -1
- package/dist/core/shaders/ColorWheel/index.d.ts +62 -0
- package/dist/core/shaders/ColorWheel/index.d.ts.map +1 -0
- package/dist/core/shaders/ColorWheel/index.js +5 -0
- package/dist/core/shaders/ConcentricSpin/index.js +1 -1
- package/dist/core/shaders/ConicGradient/index.js +1 -1
- package/dist/core/shaders/ContourLines/index.js +1 -1
- package/dist/core/shaders/Crescent/index.js +2 -2
- package/dist/core/shaders/Cross/index.js +2 -2
- package/dist/core/shaders/Crystal/index.js +2 -2
- package/dist/core/shaders/CursorRipples/index.js +1 -1
- package/dist/core/shaders/CursorTrail/index.js +1 -1
- package/dist/core/shaders/DOMTexture/index.js +1 -1
- package/dist/core/shaders/DiamondGradient/index.js +1 -1
- package/dist/core/shaders/DiffuseBlur/index.js +1 -1
- package/dist/core/shaders/Dither/index.js +1 -1
- package/dist/core/shaders/DotGrid/index.js +1 -1
- package/dist/core/shaders/DropShadow/index.js +1 -1
- package/dist/core/shaders/Duotone/index.js +1 -1
- package/dist/core/shaders/Ellipse/index.js +2 -2
- package/dist/core/shaders/Emboss/index.js +2 -2
- package/dist/core/shaders/FallingLines/index.js +1 -1
- package/dist/core/shaders/FilmGrain/index.js +1 -1
- package/dist/core/shaders/FloatingParticles/index.js +1 -1
- package/dist/core/shaders/FlowField/index.js +1 -1
- package/dist/core/shaders/Flower/index.js +2 -2
- package/dist/core/shaders/FlowingGradient/index.js +1 -1
- package/dist/core/shaders/FlutedGlass/index.js +1 -1
- package/dist/core/shaders/Fog/index.js +1 -1
- package/dist/core/shaders/Form3D/index.js +1 -1
- package/dist/core/shaders/FractalNoise/index.d.ts +67 -0
- package/dist/core/shaders/FractalNoise/index.d.ts.map +1 -0
- package/dist/core/shaders/FractalNoise/index.js +5 -0
- package/dist/core/shaders/Glass/index.js +3 -3
- package/dist/core/shaders/GlassTiles/index.js +1 -1
- package/dist/core/shaders/Glitch/index.js +1 -1
- package/dist/core/shaders/Glow/index.js +2 -2
- package/dist/core/shaders/Godrays/index.js +1 -1
- package/dist/core/shaders/Grayscale/index.js +1 -1
- package/dist/core/shaders/Grid/index.js +1 -1
- package/dist/core/shaders/GridDistortion/index.js +1 -1
- package/dist/core/shaders/Group/index.js +1 -1
- package/dist/core/shaders/Halftone/index.js +1 -1
- package/dist/core/shaders/HexGrid/index.js +1 -1
- package/dist/core/shaders/HueShift/index.js +1 -1
- package/dist/core/shaders/ImageTexture/index.js +1 -1
- package/dist/core/shaders/Invert/index.js +1 -1
- package/dist/core/shaders/Kaleidoscope/index.js +1 -1
- package/dist/core/shaders/LensFlare/index.js +1 -1
- package/dist/core/shaders/LinearBlur/index.js +1 -1
- package/dist/core/shaders/LinearGradient/index.js +1 -1
- package/dist/core/shaders/Liquify/index.js +1 -1
- package/dist/core/shaders/Marble/index.d.ts +61 -0
- package/dist/core/shaders/Marble/index.d.ts.map +1 -0
- package/dist/core/shaders/Marble/index.js +5 -0
- package/dist/core/shaders/Mirror/index.js +1 -1
- package/dist/core/shaders/MultiPointGradient/index.js +1 -1
- package/dist/core/shaders/Neon/index.js +2 -2
- package/dist/core/shaders/Paper/index.js +1 -1
- package/dist/core/shaders/Perspective/index.js +1 -1
- package/dist/core/shaders/Pixelate/index.js +1 -1
- package/dist/core/shaders/Plasma/index.js +1 -1
- package/dist/core/shaders/PolarCoordinates/index.js +1 -1
- package/dist/core/shaders/Polygon/index.js +2 -2
- package/dist/core/shaders/Posterize/index.js +1 -1
- package/dist/core/shaders/ProgressiveBlur/index.js +2 -2
- package/dist/core/shaders/RadialGradient/index.js +1 -1
- package/dist/core/shaders/RectangularCoordinates/index.js +1 -1
- package/dist/core/shaders/Ring/index.js +2 -2
- package/dist/core/shaders/Ripples/index.js +1 -1
- package/dist/core/shaders/RoundedRect/index.js +2 -2
- package/dist/core/shaders/Saturation/index.js +1 -1
- package/dist/core/shaders/Sharpness/index.js +1 -1
- package/dist/core/shaders/Shatter/index.js +1 -1
- package/dist/core/shaders/SimplexNoise/index.js +1 -1
- package/dist/core/shaders/SineWave/index.js +1 -1
- package/dist/core/shaders/Smoke/index.js +1 -1
- package/dist/core/shaders/SmokeFill/index.js +2 -2
- package/dist/core/shaders/Solarize/index.js +1 -1
- package/dist/core/shaders/SolidColor/index.js +1 -1
- package/dist/core/shaders/Spherize/index.js +1 -1
- package/dist/core/shaders/Spiral/index.js +1 -1
- package/dist/core/shaders/Star/index.js +2 -2
- package/dist/core/shaders/Strands/index.js +1 -1
- package/dist/core/shaders/Stretch/index.js +1 -1
- package/dist/core/shaders/Stripes/index.js +1 -1
- package/dist/core/shaders/StudioBackground/index.js +1 -1
- package/dist/core/shaders/SunBurst/index.d.ts +61 -0
- package/dist/core/shaders/SunBurst/index.d.ts.map +1 -0
- package/dist/core/shaders/SunBurst/index.js +4 -0
- package/dist/core/shaders/Swirl/index.js +1 -1
- package/dist/core/shaders/TiltShift/index.js +2 -2
- package/dist/core/shaders/Tint/index.js +1 -1
- package/dist/core/shaders/Trapezoid/index.js +2 -2
- package/dist/core/shaders/Tritone/index.js +1 -1
- package/dist/core/shaders/Truchet/index.js +1 -1
- package/dist/core/shaders/Twirl/index.js +1 -1
- package/dist/core/shaders/VHS/index.js +1 -1
- package/dist/core/shaders/Vesica/index.js +2 -2
- package/dist/core/shaders/Vibrance/index.js +1 -1
- package/dist/core/shaders/VideoTexture/index.js +2 -2
- package/dist/core/shaders/Vignette/index.js +1 -1
- package/dist/core/shaders/Voronoi/index.js +1 -1
- package/dist/core/shaders/WaveDistortion/index.js +1 -1
- package/dist/core/shaders/Weave/index.js +1 -1
- package/dist/core/shaders/WebcamTexture/index.js +2 -2
- package/dist/core/shaders/WorleyNoise/index.js +1 -1
- package/dist/core/shaders/ZoomBlur/index.js +1 -1
- package/dist/js/createShader.js +1 -1
- package/dist/js/utils/generatePresetCode.d.ts.map +1 -1
- package/dist/js/utils/generatePresetCode.js +97 -0
- package/dist/react/BarShift.js +217 -0
- package/dist/react/BrickPattern.js +217 -0
- package/dist/react/Chevron.js +217 -0
- package/dist/react/ColorWheel.js +217 -0
- package/dist/react/FractalNoise.js +217 -0
- package/dist/react/Marble.js +217 -0
- package/dist/react/Preview.js +7 -0
- package/dist/react/Shader.js +1 -1
- package/dist/react/SunBurst.js +217 -0
- package/dist/react/bundle.js +268 -268
- package/dist/react/components/BarShift.d.ts +35 -0
- package/dist/react/components/BarShift.d.ts.map +1 -0
- package/dist/react/components/BrickPattern.d.ts +38 -0
- package/dist/react/components/BrickPattern.d.ts.map +1 -0
- package/dist/react/components/Chevron.d.ts +37 -0
- package/dist/react/components/Chevron.d.ts.map +1 -0
- package/dist/react/components/ColorWheel.d.ts +34 -0
- package/dist/react/components/ColorWheel.d.ts.map +1 -0
- package/dist/react/components/FractalNoise.d.ts +36 -0
- package/dist/react/components/FractalNoise.d.ts.map +1 -0
- package/dist/react/components/Marble.d.ts +35 -0
- package/dist/react/components/Marble.d.ts.map +1 -0
- package/dist/react/components/SunBurst.d.ts +36 -0
- package/dist/react/components/SunBurst.d.ts.map +1 -0
- package/dist/react/engine/Preview.d.ts.map +1 -1
- package/dist/react/index.d.ts +7 -0
- package/dist/react/index.d.ts.map +1 -1
- package/dist/react/index.js +8 -1
- package/dist/react/utils/generatePresetCode.d.ts.map +1 -1
- package/dist/react/utils/generatePresetCode.js +97 -0
- package/dist/registry.js +2160 -258
- package/dist/solid/components/BarShift.d.ts +32 -0
- package/dist/solid/components/BarShift.d.ts.map +1 -0
- package/dist/solid/components/BarShift.js +228 -0
- package/dist/solid/components/BrickPattern.d.ts +35 -0
- package/dist/solid/components/BrickPattern.d.ts.map +1 -0
- package/dist/solid/components/BrickPattern.js +228 -0
- package/dist/solid/components/Chevron.d.ts +34 -0
- package/dist/solid/components/Chevron.d.ts.map +1 -0
- package/dist/solid/components/Chevron.js +228 -0
- package/dist/solid/components/ColorWheel.d.ts +31 -0
- package/dist/solid/components/ColorWheel.d.ts.map +1 -0
- package/dist/solid/components/ColorWheel.js +228 -0
- package/dist/solid/components/FractalNoise.d.ts +33 -0
- package/dist/solid/components/FractalNoise.d.ts.map +1 -0
- package/dist/solid/components/FractalNoise.js +228 -0
- package/dist/solid/components/Marble.d.ts +32 -0
- package/dist/solid/components/Marble.d.ts.map +1 -0
- package/dist/solid/components/Marble.js +228 -0
- package/dist/solid/components/SunBurst.d.ts +33 -0
- package/dist/solid/components/SunBurst.d.ts.map +1 -0
- package/dist/solid/components/SunBurst.js +228 -0
- package/dist/solid/engine/Preview.d.ts.map +1 -1
- package/dist/solid/engine/Preview.js +196 -182
- package/dist/solid/engine/Shader.js +1 -1
- package/dist/solid/index.d.ts +7 -0
- package/dist/solid/index.d.ts.map +1 -1
- package/dist/solid/index.js +230 -216
- package/dist/solid/utils/generatePresetCode.d.ts.map +1 -1
- package/dist/solid/utils/generatePresetCode.js +97 -0
- package/dist/svelte/components/BarShift.svelte.d.ts +22 -0
- package/dist/svelte/components/BrickPattern.svelte.d.ts +25 -0
- package/dist/svelte/components/Chevron.svelte.d.ts +24 -0
- package/dist/svelte/components/ColorWheel.svelte.d.ts +21 -0
- package/dist/svelte/components/FractalNoise.svelte.d.ts +23 -0
- package/dist/svelte/components/Marble.svelte.d.ts +22 -0
- package/dist/svelte/components/SunBurst.svelte.d.ts +23 -0
- package/dist/svelte/index.d.ts +7 -0
- package/dist/svelte/index.js +2049 -649
- package/dist/svelte/source/components/BarShift.svelte +328 -0
- package/dist/svelte/source/components/BrickPattern.svelte +331 -0
- package/dist/svelte/source/components/Chevron.svelte +330 -0
- package/dist/svelte/source/components/ColorWheel.svelte +327 -0
- package/dist/svelte/source/components/FractalNoise.svelte +329 -0
- package/dist/svelte/source/components/Marble.svelte +328 -0
- package/dist/svelte/source/components/SunBurst.svelte +329 -0
- package/dist/svelte/source/engine/Preview.svelte +14 -0
- package/dist/svelte/source/index.js +7 -0
- package/dist/svelte/utils/generatePresetCode.js +97 -0
- package/dist/vue/BarShift.js +3 -0
- package/dist/vue/BarShift.vue_vue_type_script_setup_true_lang.js +218 -0
- package/dist/vue/BrickPattern.js +3 -0
- package/dist/vue/BrickPattern.vue_vue_type_script_setup_true_lang.js +223 -0
- package/dist/vue/Chevron.js +3 -0
- package/dist/vue/Chevron.vue_vue_type_script_setup_true_lang.js +221 -0
- package/dist/vue/ColorWheel.js +3 -0
- package/dist/vue/ColorWheel.vue_vue_type_script_setup_true_lang.js +220 -0
- package/dist/vue/FractalNoise.js +3 -0
- package/dist/vue/FractalNoise.vue_vue_type_script_setup_true_lang.js +221 -0
- package/dist/vue/Marble.js +3 -0
- package/dist/vue/Marble.vue_vue_type_script_setup_true_lang.js +220 -0
- package/dist/vue/Preview.vue_vue_type_script_setup_true_lang.js +14 -0
- package/dist/vue/Shader.vue_vue_type_script_setup_true_lang.js +1 -1
- package/dist/vue/SunBurst.js +3 -0
- package/dist/vue/SunBurst.vue_vue_type_script_setup_true_lang.js +220 -0
- package/dist/vue/components/BarShift.vue.d.ts +57 -0
- package/dist/vue/components/BarShift.vue.d.ts.map +1 -0
- package/dist/vue/components/BrickPattern.vue.d.ts +60 -0
- package/dist/vue/components/BrickPattern.vue.d.ts.map +1 -0
- package/dist/vue/components/Chevron.vue.d.ts +59 -0
- package/dist/vue/components/Chevron.vue.d.ts.map +1 -0
- package/dist/vue/components/ColorWheel.vue.d.ts +56 -0
- package/dist/vue/components/ColorWheel.vue.d.ts.map +1 -0
- package/dist/vue/components/FractalNoise.vue.d.ts +58 -0
- package/dist/vue/components/FractalNoise.vue.d.ts.map +1 -0
- package/dist/vue/components/Marble.vue.d.ts +57 -0
- package/dist/vue/components/Marble.vue.d.ts.map +1 -0
- package/dist/vue/components/SunBurst.vue.d.ts +58 -0
- package/dist/vue/components/SunBurst.vue.d.ts.map +1 -0
- package/dist/vue/index.d.ts +7 -0
- package/dist/vue/index.d.ts.map +1 -1
- package/dist/vue/index.js +8 -1
- package/dist/vue/utils/generatePresetCode.d.ts.map +1 -1
- package/dist/vue/utils/generatePresetCode.js +97 -0
- package/package.json +142 -1
- package/dist/core/shaderRegistry-Ceu0nAxP.js +0 -256
- /package/dist/core/{Beam-mvF5Ri7_.js → Beam-B3BX08lR.js} +0 -0
- /package/dist/core/{Blob-CLHx5s6k.js → Blob-B7IFHhVB.js} +0 -0
- /package/dist/core/{BrightnessContrast-CJTOpQCn.js → BrightnessContrast-GppIqtkO.js} +0 -0
- /package/dist/core/{Bulge-wflTcWfI.js → Bulge-DMOATSEs.js} +0 -0
- /package/dist/core/{CRTScreen-CTwXU-NX.js → CRTScreen-corekL_R.js} +0 -0
- /package/dist/core/{Checkerboard-Db7Rb57F.js → Checkerboard-BVBGTvd-.js} +0 -0
- /package/dist/core/{ChromaFlow-DbiVz3hF.js → ChromaFlow-C0guw_LP.js} +0 -0
- /package/dist/core/{ChromaticAberration-Bg_I4XF-.js → ChromaticAberration-vygkvgz-.js} +0 -0
- /package/dist/core/{Circle-Bfi2e0Vm.js → Circle-BycqVCMt.js} +0 -0
- /package/dist/core/{ConcentricSpin-bAFd5_WI.js → ConcentricSpin-CO3Kx1I1.js} +0 -0
- /package/dist/core/{ConicGradient-Bcw4_25S.js → ConicGradient-DRvVwiSj.js} +0 -0
- /package/dist/core/{ContourLines-CcQWPKLx.js → ContourLines-s4waN3uU.js} +0 -0
- /package/dist/core/{CursorRipples-CsYAXG2E.js → CursorRipples-CLP7Sinv.js} +0 -0
- /package/dist/core/{CursorTrail-CUtEP_-P.js → CursorTrail-CshoSM5Y.js} +0 -0
- /package/dist/core/{DOMTexture-D-RkeyMs.js → DOMTexture-Ec0k6AnK.js} +0 -0
- /package/dist/core/{DiamondGradient-3b93bdrv.js → DiamondGradient-D6eyjZOn.js} +0 -0
- /package/dist/core/{DiffuseBlur-61Vuq571.js → DiffuseBlur-BjvXHmJx.js} +0 -0
- /package/dist/core/{Dither-Cv0Uci60.js → Dither-z6s-TFg7.js} +0 -0
- /package/dist/core/{DotGrid-C88Sux6D.js → DotGrid-BxAAGO4F.js} +0 -0
- /package/dist/core/{DropShadow-EZyCC_97.js → DropShadow-CR3cecIQ.js} +0 -0
- /package/dist/core/{Duotone-D4ads1T9.js → Duotone-PwTfBBtM.js} +0 -0
- /package/dist/core/{FallingLines-CQBvwLqn.js → FallingLines-DqIZ8wTH.js} +0 -0
- /package/dist/core/{FilmGrain-DSJiMtEp.js → FilmGrain-Dbw02Jz9.js} +0 -0
- /package/dist/core/{FloatingParticles-BAvsQDhF.js → FloatingParticles-C4sLwGyT.js} +0 -0
- /package/dist/core/{FlowField-D2xJ0Xr4.js → FlowField-D3CAHBBG.js} +0 -0
- /package/dist/core/{FlowingGradient-DVDnNpGd.js → FlowingGradient-BRQ_K-k3.js} +0 -0
- /package/dist/core/{FlutedGlass-trmBFfQr.js → FlutedGlass-CyFWN_SM.js} +0 -0
- /package/dist/core/{Fog-DrsxPyih.js → Fog-CLGVVVeo.js} +0 -0
- /package/dist/core/{Form3D-D1TtCjk8.js → Form3D-8tPyUgh4.js} +0 -0
- /package/dist/core/{GlassTiles-CMx4NyO-.js → GlassTiles-CXJHjEBe.js} +0 -0
- /package/dist/core/{Glitch-BdygvJKe.js → Glitch-Bg9W-KNm.js} +0 -0
- /package/dist/core/{Godrays-Mvz7ha2E.js → Godrays-DHXKsw5B.js} +0 -0
- /package/dist/core/{Grayscale-ChaVI3AW.js → Grayscale-DgXoUcmg.js} +0 -0
- /package/dist/core/{Grid-CsD21Eqg.js → Grid-DwyhjFAT.js} +0 -0
- /package/dist/core/{GridDistortion-BcDqBh9i.js → GridDistortion-DJ8S-96Y.js} +0 -0
- /package/dist/core/{Group-BqVJ4S7i.js → Group-DmgNNlDd.js} +0 -0
- /package/dist/core/{Halftone-3ImN5uQi.js → Halftone-x9boWkFW.js} +0 -0
- /package/dist/core/{HexGrid-BWwIHYEg.js → HexGrid-BUsgyF8P.js} +0 -0
- /package/dist/core/{HueShift-C1RxETwN.js → HueShift-D3_5D7jx.js} +0 -0
- /package/dist/core/{ImageTexture-DXhgMEOT.js → ImageTexture-6ZzBt79u.js} +0 -0
- /package/dist/core/{Invert-D3tc2UGp.js → Invert-kXxY97QJ.js} +0 -0
- /package/dist/core/{Kaleidoscope-D1HmcoOv.js → Kaleidoscope-D4jRcZCt.js} +0 -0
- /package/dist/core/{LensFlare-Be-Z9whi.js → LensFlare-D7vypE2Q.js} +0 -0
- /package/dist/core/{LinearBlur-xrHtMmWp.js → LinearBlur-2hspd2YP.js} +0 -0
- /package/dist/core/{LinearGradient-BiIad_hA.js → LinearGradient-glCc9IaB.js} +0 -0
- /package/dist/core/{Liquify-DkTxZZFW.js → Liquify-uZjs0wcu.js} +0 -0
- /package/dist/core/{Mirror-BDTE51kP.js → Mirror-Dv5fOEp6.js} +0 -0
- /package/dist/core/{MultiPointGradient-Bd-EGOI8.js → MultiPointGradient-Dvt1GUiv.js} +0 -0
- /package/dist/core/{Paper-BmeUPAFe.js → Paper-DNP2-hPM.js} +0 -0
- /package/dist/core/{Perspective-CqweSeFv.js → Perspective-CAIchX9p.js} +0 -0
- /package/dist/core/{Pixelate-DqZcUKFK.js → Pixelate-BbT3Rrf2.js} +0 -0
- /package/dist/core/{Plasma-DqKLBDYd.js → Plasma-D9rhkH2y.js} +0 -0
- /package/dist/core/{PolarCoordinates-CKT4CLT7.js → PolarCoordinates-2RBCk-fo.js} +0 -0
- /package/dist/core/{Posterize-CxYemXTn.js → Posterize-DNxTRgvF.js} +0 -0
- /package/dist/core/{RadialGradient-Dj3-DdO7.js → RadialGradient-CQIctl__.js} +0 -0
- /package/dist/core/{RectangularCoordinates-DxeLJ2nt.js → RectangularCoordinates-F2VzXmal.js} +0 -0
- /package/dist/core/{Ripples-CXeVzwUd.js → Ripples-B4H0VoZb.js} +0 -0
- /package/dist/core/{Saturation-n-aXJS81.js → Saturation-6FlxHXSi.js} +0 -0
- /package/dist/core/{Sharpness-7tm7b-Bu.js → Sharpness-C4cJlBuh.js} +0 -0
- /package/dist/core/{Shatter-CDza7dSw.js → Shatter-CnkycTRD.js} +0 -0
- /package/dist/core/{SimplexNoise-HQTocBLm.js → SimplexNoise-BnRaoxON.js} +0 -0
- /package/dist/core/{SineWave-S6nK8ZHR.js → SineWave-CZ4Fanvr.js} +0 -0
- /package/dist/core/{Smoke-DjlArYQW.js → Smoke-CXPjGG-b.js} +0 -0
- /package/dist/core/{Solarize-gNMmd47z.js → Solarize-CynVlxjT.js} +0 -0
- /package/dist/core/{SolidColor-a8bCIksn.js → SolidColor-dCAOGC_P.js} +0 -0
- /package/dist/core/{Spherize-BHmD2ajL.js → Spherize-C77QGVWj.js} +0 -0
- /package/dist/core/{Spiral-Bjsi8BMH.js → Spiral-eN65wa6O.js} +0 -0
- /package/dist/core/{Strands-C9fEwaiR.js → Strands-DnWJDGiO.js} +0 -0
- /package/dist/core/{Stretch-Cvht8B0L.js → Stretch-B5XGF1bF.js} +0 -0
- /package/dist/core/{Stripes-ChVSAeCO.js → Stripes-CNXJpFyr.js} +0 -0
- /package/dist/core/{StudioBackground-B8hilROB.js → StudioBackground-DtiE2mCf.js} +0 -0
- /package/dist/core/{Swirl-DZTPLx-W.js → Swirl-BV6pN94G.js} +0 -0
- /package/dist/core/{Tint-P7KwJAU5.js → Tint-CJ8FQdzA.js} +0 -0
- /package/dist/core/{Tritone-_9VR2bhu.js → Tritone-D_QvxjGc.js} +0 -0
- /package/dist/core/{Truchet-CbL5nYMj.js → Truchet-BJeZS_JQ.js} +0 -0
- /package/dist/core/{Twirl-C_97m32v.js → Twirl-8ayqS0n8.js} +0 -0
- /package/dist/core/{VHS-DbNjgUEX.js → VHS-Gbec95K_.js} +0 -0
- /package/dist/core/{Vibrance-IDvmP1Xw.js → Vibrance-COKHmh8r.js} +0 -0
- /package/dist/core/{Vignette-DmYVHciL.js → Vignette-Y_2yono-.js} +0 -0
- /package/dist/core/{Voronoi-kngFpTNB.js → Voronoi-DQ_f6k5D.js} +0 -0
- /package/dist/core/{WaveDistortion-DM-f_XCw.js → WaveDistortion-R5FfwKQN.js} +0 -0
- /package/dist/core/{Weave-DO0m0Dsh.js → Weave-DJ4s3Gwc.js} +0 -0
- /package/dist/core/{WorleyNoise-Derik4n-.js → WorleyNoise-CWytDfGH.js} +0 -0
- /package/dist/core/{ZoomBlur-BdLC9MCq.js → ZoomBlur-DWFQVFMK.js} +0 -0
- /package/dist/core/{browser-CsOpQ0L_.js → browser-BamVDhaZ.js} +0 -0
- /package/dist/core/{computeBlur-DCRhuYEi.js → computeBlur-CprKe0xa.js} +0 -0
- /package/dist/core/{sdf-DyC2H_qS.js → sdf-D_EAGXhN.js} +0 -0
package/dist/registry.js
CHANGED
|
@@ -803,6 +803,217 @@ export const shaderRegistry = [
|
|
|
803
803
|
}
|
|
804
804
|
}
|
|
805
805
|
},
|
|
806
|
+
{
|
|
807
|
+
"name": "BarShift",
|
|
808
|
+
"category": "Distortions",
|
|
809
|
+
"description": "Slices content into parallel bars, each offset independently for a fractured or glitch-like effect",
|
|
810
|
+
"fileName": "BarShift",
|
|
811
|
+
"requiresChild": true,
|
|
812
|
+
"definition": {
|
|
813
|
+
"name": "BarShift",
|
|
814
|
+
"category": "Distortions",
|
|
815
|
+
"description": "Slices content into parallel bars, each offset independently for a fractured or glitch-like effect",
|
|
816
|
+
"requiresRTT": true,
|
|
817
|
+
"requiresChild": true,
|
|
818
|
+
"props": {
|
|
819
|
+
"count": {
|
|
820
|
+
"default": 6,
|
|
821
|
+
"description": "Number of bars across the longest viewport dimension",
|
|
822
|
+
"ui": {
|
|
823
|
+
"type": [
|
|
824
|
+
"range",
|
|
825
|
+
"map"
|
|
826
|
+
],
|
|
827
|
+
"min": 1,
|
|
828
|
+
"max": 30,
|
|
829
|
+
"step": 1,
|
|
830
|
+
"label": "Count",
|
|
831
|
+
"group": "Effect"
|
|
832
|
+
}
|
|
833
|
+
},
|
|
834
|
+
"angle": {
|
|
835
|
+
"default": 0,
|
|
836
|
+
"description": "Angle of bar orientation in degrees (0 = vertical bars, 90 = horizontal bars)",
|
|
837
|
+
"ui": {
|
|
838
|
+
"type": [
|
|
839
|
+
"range",
|
|
840
|
+
"map"
|
|
841
|
+
],
|
|
842
|
+
"min": -180,
|
|
843
|
+
"max": 180,
|
|
844
|
+
"step": 1,
|
|
845
|
+
"label": "Angle",
|
|
846
|
+
"group": "Effect"
|
|
847
|
+
}
|
|
848
|
+
},
|
|
849
|
+
"intensity": {
|
|
850
|
+
"default": 0.15,
|
|
851
|
+
"description": "Maximum displacement per bar",
|
|
852
|
+
"ui": {
|
|
853
|
+
"type": [
|
|
854
|
+
"range",
|
|
855
|
+
"map"
|
|
856
|
+
],
|
|
857
|
+
"min": 0,
|
|
858
|
+
"max": 1,
|
|
859
|
+
"step": 0.01,
|
|
860
|
+
"label": "Intensity",
|
|
861
|
+
"group": "Effect"
|
|
862
|
+
}
|
|
863
|
+
},
|
|
864
|
+
"seed": {
|
|
865
|
+
"default": 0,
|
|
866
|
+
"description": "Randomization seed for per-bar offset variation",
|
|
867
|
+
"ui": {
|
|
868
|
+
"type": "range",
|
|
869
|
+
"min": 0,
|
|
870
|
+
"max": 100,
|
|
871
|
+
"step": 1,
|
|
872
|
+
"label": "Seed",
|
|
873
|
+
"group": "Effect"
|
|
874
|
+
}
|
|
875
|
+
},
|
|
876
|
+
"speed": {
|
|
877
|
+
"default": 0,
|
|
878
|
+
"description": "Animation speed — each bar drifts at its own rate and direction",
|
|
879
|
+
"ui": {
|
|
880
|
+
"type": "range",
|
|
881
|
+
"min": -2,
|
|
882
|
+
"max": 2,
|
|
883
|
+
"step": 0.1,
|
|
884
|
+
"label": "Speed",
|
|
885
|
+
"group": "Animation"
|
|
886
|
+
}
|
|
887
|
+
},
|
|
888
|
+
"edges": {
|
|
889
|
+
"default": "mirror",
|
|
890
|
+
"description": "How to handle edges when distortion pushes content out of bounds",
|
|
891
|
+
"compileTime": true,
|
|
892
|
+
"ui": {
|
|
893
|
+
"type": "select",
|
|
894
|
+
"options": [
|
|
895
|
+
{
|
|
896
|
+
"label": "Stretch",
|
|
897
|
+
"value": "stretch"
|
|
898
|
+
},
|
|
899
|
+
{
|
|
900
|
+
"label": "Transparent",
|
|
901
|
+
"value": "transparent"
|
|
902
|
+
},
|
|
903
|
+
{
|
|
904
|
+
"label": "Mirror",
|
|
905
|
+
"value": "mirror"
|
|
906
|
+
},
|
|
907
|
+
{
|
|
908
|
+
"label": "Wrap",
|
|
909
|
+
"value": "wrap"
|
|
910
|
+
}
|
|
911
|
+
],
|
|
912
|
+
"label": "Edges",
|
|
913
|
+
"group": "Effect"
|
|
914
|
+
}
|
|
915
|
+
}
|
|
916
|
+
}
|
|
917
|
+
},
|
|
918
|
+
"propsMetadata": {
|
|
919
|
+
"count": {
|
|
920
|
+
"ui": {
|
|
921
|
+
"type": [
|
|
922
|
+
"range",
|
|
923
|
+
"map"
|
|
924
|
+
],
|
|
925
|
+
"min": 1,
|
|
926
|
+
"max": 30,
|
|
927
|
+
"step": 1,
|
|
928
|
+
"label": "Count",
|
|
929
|
+
"group": "Effect"
|
|
930
|
+
},
|
|
931
|
+
"default": 6,
|
|
932
|
+
"description": "Number of bars across the longest viewport dimension"
|
|
933
|
+
},
|
|
934
|
+
"angle": {
|
|
935
|
+
"ui": {
|
|
936
|
+
"type": [
|
|
937
|
+
"range",
|
|
938
|
+
"map"
|
|
939
|
+
],
|
|
940
|
+
"min": -180,
|
|
941
|
+
"max": 180,
|
|
942
|
+
"step": 1,
|
|
943
|
+
"label": "Angle",
|
|
944
|
+
"group": "Effect"
|
|
945
|
+
},
|
|
946
|
+
"default": 0,
|
|
947
|
+
"description": "Angle of bar orientation in degrees (0 = vertical bars, 90 = horizontal bars)"
|
|
948
|
+
},
|
|
949
|
+
"intensity": {
|
|
950
|
+
"ui": {
|
|
951
|
+
"type": [
|
|
952
|
+
"range",
|
|
953
|
+
"map"
|
|
954
|
+
],
|
|
955
|
+
"min": 0,
|
|
956
|
+
"max": 1,
|
|
957
|
+
"step": 0.01,
|
|
958
|
+
"label": "Intensity",
|
|
959
|
+
"group": "Effect"
|
|
960
|
+
},
|
|
961
|
+
"default": 0.15,
|
|
962
|
+
"description": "Maximum displacement per bar"
|
|
963
|
+
},
|
|
964
|
+
"seed": {
|
|
965
|
+
"ui": {
|
|
966
|
+
"type": "range",
|
|
967
|
+
"min": 0,
|
|
968
|
+
"max": 100,
|
|
969
|
+
"step": 1,
|
|
970
|
+
"label": "Seed",
|
|
971
|
+
"group": "Effect"
|
|
972
|
+
},
|
|
973
|
+
"default": 0,
|
|
974
|
+
"description": "Randomization seed for per-bar offset variation"
|
|
975
|
+
},
|
|
976
|
+
"speed": {
|
|
977
|
+
"ui": {
|
|
978
|
+
"type": "range",
|
|
979
|
+
"min": -2,
|
|
980
|
+
"max": 2,
|
|
981
|
+
"step": 0.1,
|
|
982
|
+
"label": "Speed",
|
|
983
|
+
"group": "Animation"
|
|
984
|
+
},
|
|
985
|
+
"default": 0,
|
|
986
|
+
"description": "Animation speed — each bar drifts at its own rate and direction"
|
|
987
|
+
},
|
|
988
|
+
"edges": {
|
|
989
|
+
"ui": {
|
|
990
|
+
"type": "select",
|
|
991
|
+
"options": [
|
|
992
|
+
{
|
|
993
|
+
"label": "Stretch",
|
|
994
|
+
"value": "stretch"
|
|
995
|
+
},
|
|
996
|
+
{
|
|
997
|
+
"label": "Transparent",
|
|
998
|
+
"value": "transparent"
|
|
999
|
+
},
|
|
1000
|
+
{
|
|
1001
|
+
"label": "Mirror",
|
|
1002
|
+
"value": "mirror"
|
|
1003
|
+
},
|
|
1004
|
+
{
|
|
1005
|
+
"label": "Wrap",
|
|
1006
|
+
"value": "wrap"
|
|
1007
|
+
}
|
|
1008
|
+
],
|
|
1009
|
+
"label": "Edges",
|
|
1010
|
+
"group": "Effect"
|
|
1011
|
+
},
|
|
1012
|
+
"default": "mirror",
|
|
1013
|
+
"description": "How to handle edges when distortion pushes content out of bounds"
|
|
1014
|
+
}
|
|
1015
|
+
}
|
|
1016
|
+
},
|
|
806
1017
|
{
|
|
807
1018
|
"name": "Beam",
|
|
808
1019
|
"category": "Textures",
|
|
@@ -1540,47 +1751,397 @@ export const shaderRegistry = [
|
|
|
1540
1751
|
}
|
|
1541
1752
|
},
|
|
1542
1753
|
{
|
|
1543
|
-
"name": "
|
|
1544
|
-
"category": "
|
|
1545
|
-
"description": "
|
|
1546
|
-
"fileName": "
|
|
1547
|
-
"requiresChild": true,
|
|
1754
|
+
"name": "BrickPattern",
|
|
1755
|
+
"category": "Textures",
|
|
1756
|
+
"description": "Classic brick wall pattern with alternating rows and mortar gaps",
|
|
1757
|
+
"fileName": "BrickPattern",
|
|
1548
1758
|
"definition": {
|
|
1549
|
-
"name": "
|
|
1550
|
-
"category": "
|
|
1551
|
-
"description": "
|
|
1552
|
-
"requiresChild": true,
|
|
1759
|
+
"name": "BrickPattern",
|
|
1760
|
+
"category": "Textures",
|
|
1761
|
+
"description": "Classic brick wall pattern with alternating rows and mortar gaps",
|
|
1553
1762
|
"props": {
|
|
1554
|
-
"
|
|
1555
|
-
"default":
|
|
1556
|
-
"description": "
|
|
1763
|
+
"colorBrick": {
|
|
1764
|
+
"default": "#000000",
|
|
1765
|
+
"description": "Brick color",
|
|
1766
|
+
"ui": {
|
|
1767
|
+
"type": "color",
|
|
1768
|
+
"label": "Brick Color",
|
|
1769
|
+
"group": "Colors"
|
|
1770
|
+
}
|
|
1771
|
+
},
|
|
1772
|
+
"colorMortar": {
|
|
1773
|
+
"default": "#ffffff",
|
|
1774
|
+
"description": "Mortar / gap color",
|
|
1775
|
+
"ui": {
|
|
1776
|
+
"type": "color",
|
|
1777
|
+
"label": "Mortar Color",
|
|
1778
|
+
"group": "Colors"
|
|
1779
|
+
}
|
|
1780
|
+
},
|
|
1781
|
+
"cellsX": {
|
|
1782
|
+
"default": 8,
|
|
1783
|
+
"description": "Number of bricks per row",
|
|
1557
1784
|
"ui": {
|
|
1558
1785
|
"type": [
|
|
1559
1786
|
"range",
|
|
1560
1787
|
"map"
|
|
1561
1788
|
],
|
|
1562
|
-
"min":
|
|
1563
|
-
"max":
|
|
1564
|
-
"step":
|
|
1565
|
-
"label": "
|
|
1566
|
-
"group": "
|
|
1789
|
+
"min": 1,
|
|
1790
|
+
"max": 30,
|
|
1791
|
+
"step": 1,
|
|
1792
|
+
"label": "Bricks per Row",
|
|
1793
|
+
"group": "Effect"
|
|
1567
1794
|
}
|
|
1568
1795
|
},
|
|
1569
|
-
"
|
|
1570
|
-
"default":
|
|
1571
|
-
"description": "
|
|
1796
|
+
"cellsY": {
|
|
1797
|
+
"default": 10,
|
|
1798
|
+
"description": "Number of brick rows",
|
|
1572
1799
|
"ui": {
|
|
1573
1800
|
"type": [
|
|
1574
1801
|
"range",
|
|
1575
1802
|
"map"
|
|
1576
1803
|
],
|
|
1577
|
-
"min":
|
|
1804
|
+
"min": 1,
|
|
1805
|
+
"max": 30,
|
|
1806
|
+
"step": 1,
|
|
1807
|
+
"label": "Rows",
|
|
1808
|
+
"group": "Effect"
|
|
1809
|
+
}
|
|
1810
|
+
},
|
|
1811
|
+
"mortar": {
|
|
1812
|
+
"default": 0.05,
|
|
1813
|
+
"description": "Width of mortar gaps — equal pixel thickness in both directions",
|
|
1814
|
+
"ui": {
|
|
1815
|
+
"type": [
|
|
1816
|
+
"range",
|
|
1817
|
+
"map"
|
|
1818
|
+
],
|
|
1819
|
+
"min": 0,
|
|
1578
1820
|
"max": 1,
|
|
1579
|
-
"step": 0.
|
|
1580
|
-
"label": "
|
|
1581
|
-
"group": "
|
|
1821
|
+
"step": 0.01,
|
|
1822
|
+
"label": "Mortar Gap",
|
|
1823
|
+
"group": "Effect"
|
|
1582
1824
|
}
|
|
1583
|
-
}
|
|
1825
|
+
},
|
|
1826
|
+
"angle": {
|
|
1827
|
+
"default": 0,
|
|
1828
|
+
"description": "Rotation angle in degrees",
|
|
1829
|
+
"ui": {
|
|
1830
|
+
"type": [
|
|
1831
|
+
"range",
|
|
1832
|
+
"map"
|
|
1833
|
+
],
|
|
1834
|
+
"min": -180,
|
|
1835
|
+
"max": 180,
|
|
1836
|
+
"step": 1,
|
|
1837
|
+
"label": "Angle",
|
|
1838
|
+
"group": "Effect"
|
|
1839
|
+
}
|
|
1840
|
+
},
|
|
1841
|
+
"speed": {
|
|
1842
|
+
"default": 0,
|
|
1843
|
+
"description": "Animation speed",
|
|
1844
|
+
"ui": {
|
|
1845
|
+
"type": "range",
|
|
1846
|
+
"min": -2,
|
|
1847
|
+
"max": 2,
|
|
1848
|
+
"step": 0.1,
|
|
1849
|
+
"label": "Speed",
|
|
1850
|
+
"group": "Animation"
|
|
1851
|
+
}
|
|
1852
|
+
},
|
|
1853
|
+
"offset": {
|
|
1854
|
+
"default": 0,
|
|
1855
|
+
"description": "Static horizontal offset — shifts the brick pattern without animating",
|
|
1856
|
+
"ui": {
|
|
1857
|
+
"type": [
|
|
1858
|
+
"range",
|
|
1859
|
+
"map"
|
|
1860
|
+
],
|
|
1861
|
+
"min": 0,
|
|
1862
|
+
"max": 1,
|
|
1863
|
+
"step": 0.01,
|
|
1864
|
+
"label": "Offset",
|
|
1865
|
+
"group": "Animation"
|
|
1866
|
+
}
|
|
1867
|
+
},
|
|
1868
|
+
"speedVariance": {
|
|
1869
|
+
"default": 0,
|
|
1870
|
+
"description": "How much each row's speed varies — at high values rows move at different speeds and directions",
|
|
1871
|
+
"ui": {
|
|
1872
|
+
"type": [
|
|
1873
|
+
"range",
|
|
1874
|
+
"map"
|
|
1875
|
+
],
|
|
1876
|
+
"min": 0,
|
|
1877
|
+
"max": 1,
|
|
1878
|
+
"step": 0.01,
|
|
1879
|
+
"label": "Speed Variance",
|
|
1880
|
+
"group": "Animation"
|
|
1881
|
+
}
|
|
1882
|
+
},
|
|
1883
|
+
"seed": {
|
|
1884
|
+
"default": 0,
|
|
1885
|
+
"description": "Random seed for per-row speed variation",
|
|
1886
|
+
"ui": {
|
|
1887
|
+
"type": "range",
|
|
1888
|
+
"min": 0,
|
|
1889
|
+
"max": 100,
|
|
1890
|
+
"step": 1,
|
|
1891
|
+
"label": "Seed",
|
|
1892
|
+
"group": "Animation"
|
|
1893
|
+
}
|
|
1894
|
+
},
|
|
1895
|
+
"colorSpace": {
|
|
1896
|
+
"default": "linear",
|
|
1897
|
+
"compileTime": true,
|
|
1898
|
+
"description": "Color space for interpolation",
|
|
1899
|
+
"ui": {
|
|
1900
|
+
"type": "select",
|
|
1901
|
+
"options": [
|
|
1902
|
+
{
|
|
1903
|
+
"label": "Linear RGB",
|
|
1904
|
+
"value": "linear"
|
|
1905
|
+
},
|
|
1906
|
+
{
|
|
1907
|
+
"label": "OKLCh",
|
|
1908
|
+
"value": "oklch"
|
|
1909
|
+
},
|
|
1910
|
+
{
|
|
1911
|
+
"label": "OKLAB",
|
|
1912
|
+
"value": "oklab"
|
|
1913
|
+
},
|
|
1914
|
+
{
|
|
1915
|
+
"label": "HSL",
|
|
1916
|
+
"value": "hsl"
|
|
1917
|
+
},
|
|
1918
|
+
{
|
|
1919
|
+
"label": "HSV",
|
|
1920
|
+
"value": "hsv"
|
|
1921
|
+
},
|
|
1922
|
+
{
|
|
1923
|
+
"label": "LCH",
|
|
1924
|
+
"value": "lch"
|
|
1925
|
+
}
|
|
1926
|
+
],
|
|
1927
|
+
"label": "Color Space",
|
|
1928
|
+
"group": "Colors"
|
|
1929
|
+
}
|
|
1930
|
+
}
|
|
1931
|
+
}
|
|
1932
|
+
},
|
|
1933
|
+
"propsMetadata": {
|
|
1934
|
+
"colorBrick": {
|
|
1935
|
+
"ui": {
|
|
1936
|
+
"type": "color",
|
|
1937
|
+
"label": "Brick Color",
|
|
1938
|
+
"group": "Colors"
|
|
1939
|
+
},
|
|
1940
|
+
"default": "#000000",
|
|
1941
|
+
"description": "Brick color"
|
|
1942
|
+
},
|
|
1943
|
+
"colorMortar": {
|
|
1944
|
+
"ui": {
|
|
1945
|
+
"type": "color",
|
|
1946
|
+
"label": "Mortar Color",
|
|
1947
|
+
"group": "Colors"
|
|
1948
|
+
},
|
|
1949
|
+
"default": "#ffffff",
|
|
1950
|
+
"description": "Mortar / gap color"
|
|
1951
|
+
},
|
|
1952
|
+
"cellsX": {
|
|
1953
|
+
"ui": {
|
|
1954
|
+
"type": [
|
|
1955
|
+
"range",
|
|
1956
|
+
"map"
|
|
1957
|
+
],
|
|
1958
|
+
"min": 1,
|
|
1959
|
+
"max": 30,
|
|
1960
|
+
"step": 1,
|
|
1961
|
+
"label": "Bricks per Row",
|
|
1962
|
+
"group": "Effect"
|
|
1963
|
+
},
|
|
1964
|
+
"default": 8,
|
|
1965
|
+
"description": "Number of bricks per row"
|
|
1966
|
+
},
|
|
1967
|
+
"cellsY": {
|
|
1968
|
+
"ui": {
|
|
1969
|
+
"type": [
|
|
1970
|
+
"range",
|
|
1971
|
+
"map"
|
|
1972
|
+
],
|
|
1973
|
+
"min": 1,
|
|
1974
|
+
"max": 30,
|
|
1975
|
+
"step": 1,
|
|
1976
|
+
"label": "Rows",
|
|
1977
|
+
"group": "Effect"
|
|
1978
|
+
},
|
|
1979
|
+
"default": 10,
|
|
1980
|
+
"description": "Number of brick rows"
|
|
1981
|
+
},
|
|
1982
|
+
"mortar": {
|
|
1983
|
+
"ui": {
|
|
1984
|
+
"type": [
|
|
1985
|
+
"range",
|
|
1986
|
+
"map"
|
|
1987
|
+
],
|
|
1988
|
+
"min": 0,
|
|
1989
|
+
"max": 1,
|
|
1990
|
+
"step": 0.01,
|
|
1991
|
+
"label": "Mortar Gap",
|
|
1992
|
+
"group": "Effect"
|
|
1993
|
+
},
|
|
1994
|
+
"default": 0.05,
|
|
1995
|
+
"description": "Width of mortar gaps — equal pixel thickness in both directions"
|
|
1996
|
+
},
|
|
1997
|
+
"angle": {
|
|
1998
|
+
"ui": {
|
|
1999
|
+
"type": [
|
|
2000
|
+
"range",
|
|
2001
|
+
"map"
|
|
2002
|
+
],
|
|
2003
|
+
"min": -180,
|
|
2004
|
+
"max": 180,
|
|
2005
|
+
"step": 1,
|
|
2006
|
+
"label": "Angle",
|
|
2007
|
+
"group": "Effect"
|
|
2008
|
+
},
|
|
2009
|
+
"default": 0,
|
|
2010
|
+
"description": "Rotation angle in degrees"
|
|
2011
|
+
},
|
|
2012
|
+
"speed": {
|
|
2013
|
+
"ui": {
|
|
2014
|
+
"type": "range",
|
|
2015
|
+
"min": -2,
|
|
2016
|
+
"max": 2,
|
|
2017
|
+
"step": 0.1,
|
|
2018
|
+
"label": "Speed",
|
|
2019
|
+
"group": "Animation"
|
|
2020
|
+
},
|
|
2021
|
+
"default": 0,
|
|
2022
|
+
"description": "Animation speed"
|
|
2023
|
+
},
|
|
2024
|
+
"offset": {
|
|
2025
|
+
"ui": {
|
|
2026
|
+
"type": [
|
|
2027
|
+
"range",
|
|
2028
|
+
"map"
|
|
2029
|
+
],
|
|
2030
|
+
"min": 0,
|
|
2031
|
+
"max": 1,
|
|
2032
|
+
"step": 0.01,
|
|
2033
|
+
"label": "Offset",
|
|
2034
|
+
"group": "Animation"
|
|
2035
|
+
},
|
|
2036
|
+
"default": 0,
|
|
2037
|
+
"description": "Static horizontal offset — shifts the brick pattern without animating"
|
|
2038
|
+
},
|
|
2039
|
+
"speedVariance": {
|
|
2040
|
+
"ui": {
|
|
2041
|
+
"type": [
|
|
2042
|
+
"range",
|
|
2043
|
+
"map"
|
|
2044
|
+
],
|
|
2045
|
+
"min": 0,
|
|
2046
|
+
"max": 1,
|
|
2047
|
+
"step": 0.01,
|
|
2048
|
+
"label": "Speed Variance",
|
|
2049
|
+
"group": "Animation"
|
|
2050
|
+
},
|
|
2051
|
+
"default": 0,
|
|
2052
|
+
"description": "How much each row's speed varies — at high values rows move at different speeds and directions"
|
|
2053
|
+
},
|
|
2054
|
+
"seed": {
|
|
2055
|
+
"ui": {
|
|
2056
|
+
"type": "range",
|
|
2057
|
+
"min": 0,
|
|
2058
|
+
"max": 100,
|
|
2059
|
+
"step": 1,
|
|
2060
|
+
"label": "Seed",
|
|
2061
|
+
"group": "Animation"
|
|
2062
|
+
},
|
|
2063
|
+
"default": 0,
|
|
2064
|
+
"description": "Random seed for per-row speed variation"
|
|
2065
|
+
},
|
|
2066
|
+
"colorSpace": {
|
|
2067
|
+
"ui": {
|
|
2068
|
+
"type": "select",
|
|
2069
|
+
"options": [
|
|
2070
|
+
{
|
|
2071
|
+
"label": "Linear RGB",
|
|
2072
|
+
"value": "linear"
|
|
2073
|
+
},
|
|
2074
|
+
{
|
|
2075
|
+
"label": "OKLCh",
|
|
2076
|
+
"value": "oklch"
|
|
2077
|
+
},
|
|
2078
|
+
{
|
|
2079
|
+
"label": "OKLAB",
|
|
2080
|
+
"value": "oklab"
|
|
2081
|
+
},
|
|
2082
|
+
{
|
|
2083
|
+
"label": "HSL",
|
|
2084
|
+
"value": "hsl"
|
|
2085
|
+
},
|
|
2086
|
+
{
|
|
2087
|
+
"label": "HSV",
|
|
2088
|
+
"value": "hsv"
|
|
2089
|
+
},
|
|
2090
|
+
{
|
|
2091
|
+
"label": "LCH",
|
|
2092
|
+
"value": "lch"
|
|
2093
|
+
}
|
|
2094
|
+
],
|
|
2095
|
+
"label": "Color Space",
|
|
2096
|
+
"group": "Colors"
|
|
2097
|
+
},
|
|
2098
|
+
"default": "linear",
|
|
2099
|
+
"description": "Color space for interpolation"
|
|
2100
|
+
}
|
|
2101
|
+
}
|
|
2102
|
+
},
|
|
2103
|
+
{
|
|
2104
|
+
"name": "BrightnessContrast",
|
|
2105
|
+
"category": "Adjustments",
|
|
2106
|
+
"description": "Adjust brightness and contrast of the image",
|
|
2107
|
+
"fileName": "BrightnessContrast",
|
|
2108
|
+
"requiresChild": true,
|
|
2109
|
+
"definition": {
|
|
2110
|
+
"name": "BrightnessContrast",
|
|
2111
|
+
"category": "Adjustments",
|
|
2112
|
+
"description": "Adjust brightness and contrast of the image",
|
|
2113
|
+
"requiresChild": true,
|
|
2114
|
+
"props": {
|
|
2115
|
+
"brightness": {
|
|
2116
|
+
"default": 0,
|
|
2117
|
+
"description": "Brightness adjustment (-1 to 1)",
|
|
2118
|
+
"ui": {
|
|
2119
|
+
"type": [
|
|
2120
|
+
"range",
|
|
2121
|
+
"map"
|
|
2122
|
+
],
|
|
2123
|
+
"min": -1,
|
|
2124
|
+
"max": 1,
|
|
2125
|
+
"step": 0.05,
|
|
2126
|
+
"label": "Brightness",
|
|
2127
|
+
"group": "Appearance"
|
|
2128
|
+
}
|
|
2129
|
+
},
|
|
2130
|
+
"contrast": {
|
|
2131
|
+
"default": 0,
|
|
2132
|
+
"description": "Contrast adjustment (-1 to 1)",
|
|
2133
|
+
"ui": {
|
|
2134
|
+
"type": [
|
|
2135
|
+
"range",
|
|
2136
|
+
"map"
|
|
2137
|
+
],
|
|
2138
|
+
"min": -1,
|
|
2139
|
+
"max": 1,
|
|
2140
|
+
"step": 0.05,
|
|
2141
|
+
"label": "Contrast",
|
|
2142
|
+
"group": "Appearance"
|
|
2143
|
+
}
|
|
2144
|
+
}
|
|
1584
2145
|
}
|
|
1585
2146
|
},
|
|
1586
2147
|
"propsMetadata": {
|
|
@@ -1854,76 +2415,258 @@ export const shaderRegistry = [
|
|
|
1854
2415
|
"range",
|
|
1855
2416
|
"map"
|
|
1856
2417
|
],
|
|
1857
|
-
"min": 0,
|
|
1858
|
-
"max": 100,
|
|
1859
|
-
"step": 1,
|
|
1860
|
-
"label": "Blue Intensity",
|
|
1861
|
-
"group": "Effect"
|
|
2418
|
+
"min": 0,
|
|
2419
|
+
"max": 100,
|
|
2420
|
+
"step": 1,
|
|
2421
|
+
"label": "Blue Intensity",
|
|
2422
|
+
"group": "Effect"
|
|
2423
|
+
}
|
|
2424
|
+
}
|
|
2425
|
+
}
|
|
2426
|
+
},
|
|
2427
|
+
"propsMetadata": {
|
|
2428
|
+
"redIntensity": {
|
|
2429
|
+
"ui": {
|
|
2430
|
+
"type": [
|
|
2431
|
+
"range",
|
|
2432
|
+
"map"
|
|
2433
|
+
],
|
|
2434
|
+
"min": 0,
|
|
2435
|
+
"max": 100,
|
|
2436
|
+
"step": 1,
|
|
2437
|
+
"label": "Red Intensity",
|
|
2438
|
+
"group": "Effect"
|
|
2439
|
+
},
|
|
2440
|
+
"default": 0,
|
|
2441
|
+
"description": "Blur intensity for red channel"
|
|
2442
|
+
},
|
|
2443
|
+
"greenIntensity": {
|
|
2444
|
+
"ui": {
|
|
2445
|
+
"type": [
|
|
2446
|
+
"range",
|
|
2447
|
+
"map"
|
|
2448
|
+
],
|
|
2449
|
+
"min": 0,
|
|
2450
|
+
"max": 100,
|
|
2451
|
+
"step": 1,
|
|
2452
|
+
"label": "Green Intensity",
|
|
2453
|
+
"group": "Effect"
|
|
2454
|
+
},
|
|
2455
|
+
"default": 20,
|
|
2456
|
+
"description": "Blur intensity for green channel"
|
|
2457
|
+
},
|
|
2458
|
+
"blueIntensity": {
|
|
2459
|
+
"ui": {
|
|
2460
|
+
"type": [
|
|
2461
|
+
"range",
|
|
2462
|
+
"map"
|
|
2463
|
+
],
|
|
2464
|
+
"min": 0,
|
|
2465
|
+
"max": 100,
|
|
2466
|
+
"step": 1,
|
|
2467
|
+
"label": "Blue Intensity",
|
|
2468
|
+
"group": "Effect"
|
|
2469
|
+
},
|
|
2470
|
+
"default": 40,
|
|
2471
|
+
"description": "Blur intensity for blue channel"
|
|
2472
|
+
}
|
|
2473
|
+
}
|
|
2474
|
+
},
|
|
2475
|
+
{
|
|
2476
|
+
"name": "Checkerboard",
|
|
2477
|
+
"category": "Textures",
|
|
2478
|
+
"description": "Classic checkerboard pattern with two alternating colors",
|
|
2479
|
+
"fileName": "Checkerboard",
|
|
2480
|
+
"definition": {
|
|
2481
|
+
"name": "Checkerboard",
|
|
2482
|
+
"category": "Textures",
|
|
2483
|
+
"description": "Classic checkerboard pattern with two alternating colors",
|
|
2484
|
+
"props": {
|
|
2485
|
+
"colorA": {
|
|
2486
|
+
"default": "#cccccc",
|
|
2487
|
+
"description": "First color of the checkerboard pattern",
|
|
2488
|
+
"ui": {
|
|
2489
|
+
"type": "color",
|
|
2490
|
+
"label": "Color A",
|
|
2491
|
+
"group": "Colors"
|
|
2492
|
+
}
|
|
2493
|
+
},
|
|
2494
|
+
"colorB": {
|
|
2495
|
+
"default": "#999999",
|
|
2496
|
+
"description": "Second color of the checkerboard pattern",
|
|
2497
|
+
"ui": {
|
|
2498
|
+
"type": "color",
|
|
2499
|
+
"label": "Color B",
|
|
2500
|
+
"group": "Colors"
|
|
2501
|
+
}
|
|
2502
|
+
},
|
|
2503
|
+
"cells": {
|
|
2504
|
+
"default": 8,
|
|
2505
|
+
"description": "Number of cells along the shortest canvas edge (creates square cells)",
|
|
2506
|
+
"ui": {
|
|
2507
|
+
"type": [
|
|
2508
|
+
"range",
|
|
2509
|
+
"map"
|
|
2510
|
+
],
|
|
2511
|
+
"min": 1,
|
|
2512
|
+
"max": 50,
|
|
2513
|
+
"step": 1,
|
|
2514
|
+
"label": "Cells",
|
|
2515
|
+
"group": "Effect"
|
|
2516
|
+
}
|
|
2517
|
+
},
|
|
2518
|
+
"softness": {
|
|
2519
|
+
"default": 0,
|
|
2520
|
+
"description": "Smoothness of the transition between colors (0 = hard edges, 1 = very soft)",
|
|
2521
|
+
"ui": {
|
|
2522
|
+
"type": [
|
|
2523
|
+
"range",
|
|
2524
|
+
"map"
|
|
2525
|
+
],
|
|
2526
|
+
"min": 0,
|
|
2527
|
+
"max": 1,
|
|
2528
|
+
"step": 0.1,
|
|
2529
|
+
"label": "Softness",
|
|
2530
|
+
"group": "Effect"
|
|
2531
|
+
}
|
|
2532
|
+
},
|
|
2533
|
+
"colorSpace": {
|
|
2534
|
+
"default": "linear",
|
|
2535
|
+
"compileTime": true,
|
|
2536
|
+
"description": "Color space for color interpolation",
|
|
2537
|
+
"ui": {
|
|
2538
|
+
"type": "select",
|
|
2539
|
+
"options": [
|
|
2540
|
+
{
|
|
2541
|
+
"label": "Linear RGB",
|
|
2542
|
+
"value": "linear"
|
|
2543
|
+
},
|
|
2544
|
+
{
|
|
2545
|
+
"label": "OKLCh",
|
|
2546
|
+
"value": "oklch"
|
|
2547
|
+
},
|
|
2548
|
+
{
|
|
2549
|
+
"label": "OKLAB",
|
|
2550
|
+
"value": "oklab"
|
|
2551
|
+
},
|
|
2552
|
+
{
|
|
2553
|
+
"label": "HSL",
|
|
2554
|
+
"value": "hsl"
|
|
2555
|
+
},
|
|
2556
|
+
{
|
|
2557
|
+
"label": "HSV",
|
|
2558
|
+
"value": "hsv"
|
|
2559
|
+
},
|
|
2560
|
+
{
|
|
2561
|
+
"label": "LCH",
|
|
2562
|
+
"value": "lch"
|
|
2563
|
+
}
|
|
2564
|
+
],
|
|
2565
|
+
"label": "Color Space",
|
|
2566
|
+
"group": "Colors"
|
|
1862
2567
|
}
|
|
1863
2568
|
}
|
|
1864
2569
|
}
|
|
1865
2570
|
},
|
|
1866
2571
|
"propsMetadata": {
|
|
1867
|
-
"
|
|
2572
|
+
"colorA": {
|
|
2573
|
+
"ui": {
|
|
2574
|
+
"type": "color",
|
|
2575
|
+
"label": "Color A",
|
|
2576
|
+
"group": "Colors"
|
|
2577
|
+
},
|
|
2578
|
+
"default": "#cccccc",
|
|
2579
|
+
"description": "First color of the checkerboard pattern"
|
|
2580
|
+
},
|
|
2581
|
+
"colorB": {
|
|
2582
|
+
"ui": {
|
|
2583
|
+
"type": "color",
|
|
2584
|
+
"label": "Color B",
|
|
2585
|
+
"group": "Colors"
|
|
2586
|
+
},
|
|
2587
|
+
"default": "#999999",
|
|
2588
|
+
"description": "Second color of the checkerboard pattern"
|
|
2589
|
+
},
|
|
2590
|
+
"cells": {
|
|
1868
2591
|
"ui": {
|
|
1869
2592
|
"type": [
|
|
1870
2593
|
"range",
|
|
1871
2594
|
"map"
|
|
1872
2595
|
],
|
|
1873
|
-
"min":
|
|
1874
|
-
"max":
|
|
2596
|
+
"min": 1,
|
|
2597
|
+
"max": 50,
|
|
1875
2598
|
"step": 1,
|
|
1876
|
-
"label": "
|
|
2599
|
+
"label": "Cells",
|
|
1877
2600
|
"group": "Effect"
|
|
1878
2601
|
},
|
|
1879
|
-
"default":
|
|
1880
|
-
"description": "
|
|
2602
|
+
"default": 8,
|
|
2603
|
+
"description": "Number of cells along the shortest canvas edge (creates square cells)"
|
|
1881
2604
|
},
|
|
1882
|
-
"
|
|
2605
|
+
"softness": {
|
|
1883
2606
|
"ui": {
|
|
1884
2607
|
"type": [
|
|
1885
2608
|
"range",
|
|
1886
2609
|
"map"
|
|
1887
2610
|
],
|
|
1888
2611
|
"min": 0,
|
|
1889
|
-
"max":
|
|
1890
|
-
"step": 1,
|
|
1891
|
-
"label": "
|
|
2612
|
+
"max": 1,
|
|
2613
|
+
"step": 0.1,
|
|
2614
|
+
"label": "Softness",
|
|
1892
2615
|
"group": "Effect"
|
|
1893
2616
|
},
|
|
1894
|
-
"default":
|
|
1895
|
-
"description": "
|
|
2617
|
+
"default": 0,
|
|
2618
|
+
"description": "Smoothness of the transition between colors (0 = hard edges, 1 = very soft)"
|
|
1896
2619
|
},
|
|
1897
|
-
"
|
|
2620
|
+
"colorSpace": {
|
|
1898
2621
|
"ui": {
|
|
1899
|
-
"type":
|
|
1900
|
-
|
|
1901
|
-
|
|
2622
|
+
"type": "select",
|
|
2623
|
+
"options": [
|
|
2624
|
+
{
|
|
2625
|
+
"label": "Linear RGB",
|
|
2626
|
+
"value": "linear"
|
|
2627
|
+
},
|
|
2628
|
+
{
|
|
2629
|
+
"label": "OKLCh",
|
|
2630
|
+
"value": "oklch"
|
|
2631
|
+
},
|
|
2632
|
+
{
|
|
2633
|
+
"label": "OKLAB",
|
|
2634
|
+
"value": "oklab"
|
|
2635
|
+
},
|
|
2636
|
+
{
|
|
2637
|
+
"label": "HSL",
|
|
2638
|
+
"value": "hsl"
|
|
2639
|
+
},
|
|
2640
|
+
{
|
|
2641
|
+
"label": "HSV",
|
|
2642
|
+
"value": "hsv"
|
|
2643
|
+
},
|
|
2644
|
+
{
|
|
2645
|
+
"label": "LCH",
|
|
2646
|
+
"value": "lch"
|
|
2647
|
+
}
|
|
1902
2648
|
],
|
|
1903
|
-
"
|
|
1904
|
-
"
|
|
1905
|
-
"step": 1,
|
|
1906
|
-
"label": "Blue Intensity",
|
|
1907
|
-
"group": "Effect"
|
|
2649
|
+
"label": "Color Space",
|
|
2650
|
+
"group": "Colors"
|
|
1908
2651
|
},
|
|
1909
|
-
"default":
|
|
1910
|
-
"description": "
|
|
2652
|
+
"default": "linear",
|
|
2653
|
+
"description": "Color space for color interpolation"
|
|
1911
2654
|
}
|
|
1912
2655
|
}
|
|
1913
2656
|
},
|
|
1914
2657
|
{
|
|
1915
|
-
"name": "
|
|
2658
|
+
"name": "Chevron",
|
|
1916
2659
|
"category": "Textures",
|
|
1917
|
-
"description": "
|
|
1918
|
-
"fileName": "
|
|
2660
|
+
"description": "Animated chevron / zigzag stripe pattern",
|
|
2661
|
+
"fileName": "Chevron",
|
|
1919
2662
|
"definition": {
|
|
1920
|
-
"name": "
|
|
2663
|
+
"name": "Chevron",
|
|
1921
2664
|
"category": "Textures",
|
|
1922
|
-
"description": "
|
|
2665
|
+
"description": "Animated chevron / zigzag stripe pattern",
|
|
1923
2666
|
"props": {
|
|
1924
2667
|
"colorA": {
|
|
1925
|
-
"default": "#
|
|
1926
|
-
"description": "First color
|
|
2668
|
+
"default": "#000000",
|
|
2669
|
+
"description": "First color",
|
|
1927
2670
|
"ui": {
|
|
1928
2671
|
"type": "color",
|
|
1929
2672
|
"label": "Color A",
|
|
@@ -1931,32 +2674,62 @@ export const shaderRegistry = [
|
|
|
1931
2674
|
}
|
|
1932
2675
|
},
|
|
1933
2676
|
"colorB": {
|
|
1934
|
-
"default": "#
|
|
1935
|
-
"description": "Second color
|
|
2677
|
+
"default": "#ffffff",
|
|
2678
|
+
"description": "Second color",
|
|
1936
2679
|
"ui": {
|
|
1937
2680
|
"type": "color",
|
|
1938
2681
|
"label": "Color B",
|
|
1939
2682
|
"group": "Colors"
|
|
1940
2683
|
}
|
|
1941
2684
|
},
|
|
1942
|
-
"
|
|
1943
|
-
"default":
|
|
1944
|
-
"description": "Number of
|
|
2685
|
+
"count": {
|
|
2686
|
+
"default": 5,
|
|
2687
|
+
"description": "Number of chevron pairs visible",
|
|
1945
2688
|
"ui": {
|
|
1946
2689
|
"type": [
|
|
1947
2690
|
"range",
|
|
1948
2691
|
"map"
|
|
1949
2692
|
],
|
|
1950
2693
|
"min": 1,
|
|
1951
|
-
"max":
|
|
2694
|
+
"max": 30,
|
|
1952
2695
|
"step": 1,
|
|
1953
|
-
"label": "
|
|
2696
|
+
"label": "Count",
|
|
2697
|
+
"group": "Effect"
|
|
2698
|
+
}
|
|
2699
|
+
},
|
|
2700
|
+
"angle": {
|
|
2701
|
+
"default": 0,
|
|
2702
|
+
"description": "Rotation angle of the chevrons",
|
|
2703
|
+
"ui": {
|
|
2704
|
+
"type": [
|
|
2705
|
+
"range",
|
|
2706
|
+
"map"
|
|
2707
|
+
],
|
|
2708
|
+
"min": -180,
|
|
2709
|
+
"max": 180,
|
|
2710
|
+
"step": 1,
|
|
2711
|
+
"label": "Angle",
|
|
2712
|
+
"group": "Effect"
|
|
2713
|
+
}
|
|
2714
|
+
},
|
|
2715
|
+
"balance": {
|
|
2716
|
+
"default": 0.5,
|
|
2717
|
+
"description": "Ratio of the two colors",
|
|
2718
|
+
"ui": {
|
|
2719
|
+
"type": [
|
|
2720
|
+
"range",
|
|
2721
|
+
"map"
|
|
2722
|
+
],
|
|
2723
|
+
"min": 0,
|
|
2724
|
+
"max": 1,
|
|
2725
|
+
"step": 0.01,
|
|
2726
|
+
"label": "Balance",
|
|
1954
2727
|
"group": "Effect"
|
|
1955
2728
|
}
|
|
1956
2729
|
},
|
|
1957
2730
|
"softness": {
|
|
1958
2731
|
"default": 0,
|
|
1959
|
-
"description": "
|
|
2732
|
+
"description": "Edge softness",
|
|
1960
2733
|
"ui": {
|
|
1961
2734
|
"type": [
|
|
1962
2735
|
"range",
|
|
@@ -1964,15 +2737,42 @@ export const shaderRegistry = [
|
|
|
1964
2737
|
],
|
|
1965
2738
|
"min": 0,
|
|
1966
2739
|
"max": 1,
|
|
1967
|
-
"step": 0.
|
|
2740
|
+
"step": 0.01,
|
|
1968
2741
|
"label": "Softness",
|
|
1969
2742
|
"group": "Effect"
|
|
1970
2743
|
}
|
|
1971
2744
|
},
|
|
2745
|
+
"speed": {
|
|
2746
|
+
"default": 0,
|
|
2747
|
+
"description": "Animation speed",
|
|
2748
|
+
"ui": {
|
|
2749
|
+
"type": "range",
|
|
2750
|
+
"min": -2,
|
|
2751
|
+
"max": 2,
|
|
2752
|
+
"step": 0.1,
|
|
2753
|
+
"label": "Speed",
|
|
2754
|
+
"group": "Animation"
|
|
2755
|
+
}
|
|
2756
|
+
},
|
|
2757
|
+
"offset": {
|
|
2758
|
+
"default": 0,
|
|
2759
|
+
"description": "Phase offset for pattern positioning",
|
|
2760
|
+
"ui": {
|
|
2761
|
+
"type": [
|
|
2762
|
+
"range",
|
|
2763
|
+
"map"
|
|
2764
|
+
],
|
|
2765
|
+
"min": 0,
|
|
2766
|
+
"max": 1,
|
|
2767
|
+
"step": 0.01,
|
|
2768
|
+
"label": "Offset",
|
|
2769
|
+
"group": "Animation"
|
|
2770
|
+
}
|
|
2771
|
+
},
|
|
1972
2772
|
"colorSpace": {
|
|
1973
2773
|
"default": "linear",
|
|
1974
2774
|
"compileTime": true,
|
|
1975
|
-
"description": "Color space for
|
|
2775
|
+
"description": "Color space for interpolation",
|
|
1976
2776
|
"ui": {
|
|
1977
2777
|
"type": "select",
|
|
1978
2778
|
"options": [
|
|
@@ -2014,8 +2814,8 @@ export const shaderRegistry = [
|
|
|
2014
2814
|
"label": "Color A",
|
|
2015
2815
|
"group": "Colors"
|
|
2016
2816
|
},
|
|
2017
|
-
"default": "#
|
|
2018
|
-
"description": "First color
|
|
2817
|
+
"default": "#000000",
|
|
2818
|
+
"description": "First color"
|
|
2019
2819
|
},
|
|
2020
2820
|
"colorB": {
|
|
2021
2821
|
"ui": {
|
|
@@ -2023,23 +2823,53 @@ export const shaderRegistry = [
|
|
|
2023
2823
|
"label": "Color B",
|
|
2024
2824
|
"group": "Colors"
|
|
2025
2825
|
},
|
|
2026
|
-
"default": "#
|
|
2027
|
-
"description": "Second color
|
|
2826
|
+
"default": "#ffffff",
|
|
2827
|
+
"description": "Second color"
|
|
2028
2828
|
},
|
|
2029
|
-
"
|
|
2829
|
+
"count": {
|
|
2030
2830
|
"ui": {
|
|
2031
2831
|
"type": [
|
|
2032
2832
|
"range",
|
|
2033
2833
|
"map"
|
|
2034
2834
|
],
|
|
2035
2835
|
"min": 1,
|
|
2036
|
-
"max":
|
|
2836
|
+
"max": 30,
|
|
2037
2837
|
"step": 1,
|
|
2038
|
-
"label": "
|
|
2838
|
+
"label": "Count",
|
|
2039
2839
|
"group": "Effect"
|
|
2040
2840
|
},
|
|
2041
|
-
"default":
|
|
2042
|
-
"description": "Number of
|
|
2841
|
+
"default": 5,
|
|
2842
|
+
"description": "Number of chevron pairs visible"
|
|
2843
|
+
},
|
|
2844
|
+
"angle": {
|
|
2845
|
+
"ui": {
|
|
2846
|
+
"type": [
|
|
2847
|
+
"range",
|
|
2848
|
+
"map"
|
|
2849
|
+
],
|
|
2850
|
+
"min": -180,
|
|
2851
|
+
"max": 180,
|
|
2852
|
+
"step": 1,
|
|
2853
|
+
"label": "Angle",
|
|
2854
|
+
"group": "Effect"
|
|
2855
|
+
},
|
|
2856
|
+
"default": 0,
|
|
2857
|
+
"description": "Rotation angle of the chevrons"
|
|
2858
|
+
},
|
|
2859
|
+
"balance": {
|
|
2860
|
+
"ui": {
|
|
2861
|
+
"type": [
|
|
2862
|
+
"range",
|
|
2863
|
+
"map"
|
|
2864
|
+
],
|
|
2865
|
+
"min": 0,
|
|
2866
|
+
"max": 1,
|
|
2867
|
+
"step": 0.01,
|
|
2868
|
+
"label": "Balance",
|
|
2869
|
+
"group": "Effect"
|
|
2870
|
+
},
|
|
2871
|
+
"default": 0.5,
|
|
2872
|
+
"description": "Ratio of the two colors"
|
|
2043
2873
|
},
|
|
2044
2874
|
"softness": {
|
|
2045
2875
|
"ui": {
|
|
@@ -2049,12 +2879,39 @@ export const shaderRegistry = [
|
|
|
2049
2879
|
],
|
|
2050
2880
|
"min": 0,
|
|
2051
2881
|
"max": 1,
|
|
2052
|
-
"step": 0.
|
|
2882
|
+
"step": 0.01,
|
|
2053
2883
|
"label": "Softness",
|
|
2054
2884
|
"group": "Effect"
|
|
2055
2885
|
},
|
|
2056
2886
|
"default": 0,
|
|
2057
|
-
"description": "
|
|
2887
|
+
"description": "Edge softness"
|
|
2888
|
+
},
|
|
2889
|
+
"speed": {
|
|
2890
|
+
"ui": {
|
|
2891
|
+
"type": "range",
|
|
2892
|
+
"min": -2,
|
|
2893
|
+
"max": 2,
|
|
2894
|
+
"step": 0.1,
|
|
2895
|
+
"label": "Speed",
|
|
2896
|
+
"group": "Animation"
|
|
2897
|
+
},
|
|
2898
|
+
"default": 0,
|
|
2899
|
+
"description": "Animation speed"
|
|
2900
|
+
},
|
|
2901
|
+
"offset": {
|
|
2902
|
+
"ui": {
|
|
2903
|
+
"type": [
|
|
2904
|
+
"range",
|
|
2905
|
+
"map"
|
|
2906
|
+
],
|
|
2907
|
+
"min": 0,
|
|
2908
|
+
"max": 1,
|
|
2909
|
+
"step": 0.01,
|
|
2910
|
+
"label": "Offset",
|
|
2911
|
+
"group": "Animation"
|
|
2912
|
+
},
|
|
2913
|
+
"default": 0,
|
|
2914
|
+
"description": "Phase offset for pattern positioning"
|
|
2058
2915
|
},
|
|
2059
2916
|
"colorSpace": {
|
|
2060
2917
|
"ui": {
|
|
@@ -2089,7 +2946,7 @@ export const shaderRegistry = [
|
|
|
2089
2946
|
"group": "Colors"
|
|
2090
2947
|
},
|
|
2091
2948
|
"default": "linear",
|
|
2092
|
-
"description": "Color space for
|
|
2949
|
+
"description": "Color space for interpolation"
|
|
2093
2950
|
}
|
|
2094
2951
|
}
|
|
2095
2952
|
},
|
|
@@ -2658,31 +3515,315 @@ export const shaderRegistry = [
|
|
|
2658
3515
|
"label": "Stroke Color",
|
|
2659
3516
|
"group": "Colors"
|
|
2660
3517
|
},
|
|
2661
|
-
"default": "#000000",
|
|
2662
|
-
"description": "The color of the stroke outline"
|
|
3518
|
+
"default": "#000000",
|
|
3519
|
+
"description": "The color of the stroke outline"
|
|
3520
|
+
},
|
|
3521
|
+
"strokePosition": {
|
|
3522
|
+
"ui": {
|
|
3523
|
+
"type": "select",
|
|
3524
|
+
"options": [
|
|
3525
|
+
{
|
|
3526
|
+
"label": "Outside",
|
|
3527
|
+
"value": "outside"
|
|
3528
|
+
},
|
|
3529
|
+
{
|
|
3530
|
+
"label": "Center",
|
|
3531
|
+
"value": "center"
|
|
3532
|
+
},
|
|
3533
|
+
{
|
|
3534
|
+
"label": "Inside",
|
|
3535
|
+
"value": "inside"
|
|
3536
|
+
}
|
|
3537
|
+
],
|
|
3538
|
+
"label": "Stroke Position",
|
|
3539
|
+
"group": "Stroke"
|
|
3540
|
+
},
|
|
3541
|
+
"default": "center",
|
|
3542
|
+
"description": "Position of the stroke relative to the circle edge"
|
|
3543
|
+
},
|
|
3544
|
+
"colorSpace": {
|
|
3545
|
+
"ui": {
|
|
3546
|
+
"type": "select",
|
|
3547
|
+
"options": [
|
|
3548
|
+
{
|
|
3549
|
+
"label": "Linear RGB",
|
|
3550
|
+
"value": "linear"
|
|
3551
|
+
},
|
|
3552
|
+
{
|
|
3553
|
+
"label": "OKLCh",
|
|
3554
|
+
"value": "oklch"
|
|
3555
|
+
},
|
|
3556
|
+
{
|
|
3557
|
+
"label": "OKLAB",
|
|
3558
|
+
"value": "oklab"
|
|
3559
|
+
},
|
|
3560
|
+
{
|
|
3561
|
+
"label": "HSL",
|
|
3562
|
+
"value": "hsl"
|
|
3563
|
+
},
|
|
3564
|
+
{
|
|
3565
|
+
"label": "HSV",
|
|
3566
|
+
"value": "hsv"
|
|
3567
|
+
},
|
|
3568
|
+
{
|
|
3569
|
+
"label": "LCH",
|
|
3570
|
+
"value": "lch"
|
|
3571
|
+
}
|
|
3572
|
+
],
|
|
3573
|
+
"label": "Color Blending",
|
|
3574
|
+
"group": "Colors"
|
|
3575
|
+
},
|
|
3576
|
+
"default": "linear",
|
|
3577
|
+
"description": "Color space for blending fill and stroke colors in soft edges"
|
|
3578
|
+
}
|
|
3579
|
+
}
|
|
3580
|
+
},
|
|
3581
|
+
{
|
|
3582
|
+
"name": "ColorWheel",
|
|
3583
|
+
"category": "Textures",
|
|
3584
|
+
"description": "A directional gradient that smoothly cycles through rainbow colors or a custom set of three colors",
|
|
3585
|
+
"fileName": "ColorWheel",
|
|
3586
|
+
"definition": {
|
|
3587
|
+
"name": "ColorWheel",
|
|
3588
|
+
"category": "Textures",
|
|
3589
|
+
"description": "A directional gradient that smoothly cycles through rainbow colors or a custom set of three colors",
|
|
3590
|
+
"props": {
|
|
3591
|
+
"mode": {
|
|
3592
|
+
"default": "rainbow",
|
|
3593
|
+
"compileTime": true,
|
|
3594
|
+
"description": "Rainbow cycles through the full spectrum; Custom loops through your three chosen colors",
|
|
3595
|
+
"ui": {
|
|
3596
|
+
"type": "select",
|
|
3597
|
+
"options": [
|
|
3598
|
+
{
|
|
3599
|
+
"label": "Rainbow",
|
|
3600
|
+
"value": "rainbow"
|
|
3601
|
+
},
|
|
3602
|
+
{
|
|
3603
|
+
"label": "Custom",
|
|
3604
|
+
"value": "custom"
|
|
3605
|
+
}
|
|
3606
|
+
],
|
|
3607
|
+
"label": "Mode",
|
|
3608
|
+
"group": "Colors"
|
|
3609
|
+
}
|
|
3610
|
+
},
|
|
3611
|
+
"colorA": {
|
|
3612
|
+
"default": "#ff0000",
|
|
3613
|
+
"description": "First color in the cycle",
|
|
3614
|
+
"ui": {
|
|
3615
|
+
"type": "color",
|
|
3616
|
+
"label": "Color 1",
|
|
3617
|
+
"group": "Colors",
|
|
3618
|
+
"condition": {
|
|
3619
|
+
"mode": "custom"
|
|
3620
|
+
}
|
|
3621
|
+
}
|
|
3622
|
+
},
|
|
3623
|
+
"colorB": {
|
|
3624
|
+
"default": "#00ff88",
|
|
3625
|
+
"description": "Second color in the cycle",
|
|
3626
|
+
"ui": {
|
|
3627
|
+
"type": "color",
|
|
3628
|
+
"label": "Color 2",
|
|
3629
|
+
"group": "Colors",
|
|
3630
|
+
"condition": {
|
|
3631
|
+
"mode": "custom"
|
|
3632
|
+
}
|
|
3633
|
+
}
|
|
3634
|
+
},
|
|
3635
|
+
"colorC": {
|
|
3636
|
+
"default": "#0066ff",
|
|
3637
|
+
"description": "Third color in the cycle",
|
|
3638
|
+
"ui": {
|
|
3639
|
+
"type": "color",
|
|
3640
|
+
"label": "Color 3",
|
|
3641
|
+
"group": "Colors",
|
|
3642
|
+
"condition": {
|
|
3643
|
+
"mode": "custom"
|
|
3644
|
+
}
|
|
3645
|
+
}
|
|
3646
|
+
},
|
|
3647
|
+
"scale": {
|
|
3648
|
+
"default": 1,
|
|
3649
|
+
"description": "Number of color cycles across the viewport",
|
|
3650
|
+
"ui": {
|
|
3651
|
+
"type": [
|
|
3652
|
+
"range",
|
|
3653
|
+
"map"
|
|
3654
|
+
],
|
|
3655
|
+
"min": 0.1,
|
|
3656
|
+
"max": 10,
|
|
3657
|
+
"step": 0.1,
|
|
3658
|
+
"label": "Scale",
|
|
3659
|
+
"group": "Effect"
|
|
3660
|
+
}
|
|
3661
|
+
},
|
|
3662
|
+
"angle": {
|
|
3663
|
+
"default": 0,
|
|
3664
|
+
"description": "Direction the gradient flows",
|
|
3665
|
+
"ui": {
|
|
3666
|
+
"type": [
|
|
3667
|
+
"range",
|
|
3668
|
+
"map"
|
|
3669
|
+
],
|
|
3670
|
+
"min": -180,
|
|
3671
|
+
"max": 180,
|
|
3672
|
+
"step": 1,
|
|
3673
|
+
"label": "Angle",
|
|
3674
|
+
"group": "Effect"
|
|
3675
|
+
}
|
|
3676
|
+
},
|
|
3677
|
+
"speed": {
|
|
3678
|
+
"default": 0.05,
|
|
3679
|
+
"description": "Speed at which the gradient cycles",
|
|
3680
|
+
"ui": {
|
|
3681
|
+
"type": "range",
|
|
3682
|
+
"min": -1,
|
|
3683
|
+
"max": 1,
|
|
3684
|
+
"step": 0.01,
|
|
3685
|
+
"label": "Speed",
|
|
3686
|
+
"group": "Animation"
|
|
3687
|
+
}
|
|
3688
|
+
},
|
|
3689
|
+
"colorSpace": {
|
|
3690
|
+
"default": "oklch",
|
|
3691
|
+
"compileTime": true,
|
|
3692
|
+
"description": "Color space for blending between custom colors",
|
|
3693
|
+
"ui": {
|
|
3694
|
+
"type": "select",
|
|
3695
|
+
"options": [
|
|
3696
|
+
{
|
|
3697
|
+
"label": "Linear RGB",
|
|
3698
|
+
"value": "linear"
|
|
3699
|
+
},
|
|
3700
|
+
{
|
|
3701
|
+
"label": "OKLCh",
|
|
3702
|
+
"value": "oklch"
|
|
3703
|
+
},
|
|
3704
|
+
{
|
|
3705
|
+
"label": "OKLAB",
|
|
3706
|
+
"value": "oklab"
|
|
3707
|
+
},
|
|
3708
|
+
{
|
|
3709
|
+
"label": "HSL",
|
|
3710
|
+
"value": "hsl"
|
|
3711
|
+
},
|
|
3712
|
+
{
|
|
3713
|
+
"label": "HSV",
|
|
3714
|
+
"value": "hsv"
|
|
3715
|
+
},
|
|
3716
|
+
{
|
|
3717
|
+
"label": "LCH",
|
|
3718
|
+
"value": "lch"
|
|
3719
|
+
}
|
|
3720
|
+
],
|
|
3721
|
+
"label": "Color Space",
|
|
3722
|
+
"group": "Colors",
|
|
3723
|
+
"condition": {
|
|
3724
|
+
"mode": "custom"
|
|
3725
|
+
}
|
|
3726
|
+
}
|
|
3727
|
+
}
|
|
3728
|
+
}
|
|
3729
|
+
},
|
|
3730
|
+
"propsMetadata": {
|
|
3731
|
+
"mode": {
|
|
3732
|
+
"ui": {
|
|
3733
|
+
"type": "select",
|
|
3734
|
+
"options": [
|
|
3735
|
+
{
|
|
3736
|
+
"label": "Rainbow",
|
|
3737
|
+
"value": "rainbow"
|
|
3738
|
+
},
|
|
3739
|
+
{
|
|
3740
|
+
"label": "Custom",
|
|
3741
|
+
"value": "custom"
|
|
3742
|
+
}
|
|
3743
|
+
],
|
|
3744
|
+
"label": "Mode",
|
|
3745
|
+
"group": "Colors"
|
|
3746
|
+
},
|
|
3747
|
+
"default": "rainbow",
|
|
3748
|
+
"description": "Rainbow cycles through the full spectrum; Custom loops through your three chosen colors"
|
|
3749
|
+
},
|
|
3750
|
+
"colorA": {
|
|
3751
|
+
"ui": {
|
|
3752
|
+
"type": "color",
|
|
3753
|
+
"label": "Color 1",
|
|
3754
|
+
"group": "Colors",
|
|
3755
|
+
"condition": {
|
|
3756
|
+
"mode": "custom"
|
|
3757
|
+
}
|
|
3758
|
+
},
|
|
3759
|
+
"default": "#ff0000",
|
|
3760
|
+
"description": "First color in the cycle"
|
|
3761
|
+
},
|
|
3762
|
+
"colorB": {
|
|
3763
|
+
"ui": {
|
|
3764
|
+
"type": "color",
|
|
3765
|
+
"label": "Color 2",
|
|
3766
|
+
"group": "Colors",
|
|
3767
|
+
"condition": {
|
|
3768
|
+
"mode": "custom"
|
|
3769
|
+
}
|
|
3770
|
+
},
|
|
3771
|
+
"default": "#00ff88",
|
|
3772
|
+
"description": "Second color in the cycle"
|
|
3773
|
+
},
|
|
3774
|
+
"colorC": {
|
|
3775
|
+
"ui": {
|
|
3776
|
+
"type": "color",
|
|
3777
|
+
"label": "Color 3",
|
|
3778
|
+
"group": "Colors",
|
|
3779
|
+
"condition": {
|
|
3780
|
+
"mode": "custom"
|
|
3781
|
+
}
|
|
3782
|
+
},
|
|
3783
|
+
"default": "#0066ff",
|
|
3784
|
+
"description": "Third color in the cycle"
|
|
3785
|
+
},
|
|
3786
|
+
"scale": {
|
|
3787
|
+
"ui": {
|
|
3788
|
+
"type": [
|
|
3789
|
+
"range",
|
|
3790
|
+
"map"
|
|
3791
|
+
],
|
|
3792
|
+
"min": 0.1,
|
|
3793
|
+
"max": 10,
|
|
3794
|
+
"step": 0.1,
|
|
3795
|
+
"label": "Scale",
|
|
3796
|
+
"group": "Effect"
|
|
3797
|
+
},
|
|
3798
|
+
"default": 1,
|
|
3799
|
+
"description": "Number of color cycles across the viewport"
|
|
3800
|
+
},
|
|
3801
|
+
"angle": {
|
|
3802
|
+
"ui": {
|
|
3803
|
+
"type": [
|
|
3804
|
+
"range",
|
|
3805
|
+
"map"
|
|
3806
|
+
],
|
|
3807
|
+
"min": -180,
|
|
3808
|
+
"max": 180,
|
|
3809
|
+
"step": 1,
|
|
3810
|
+
"label": "Angle",
|
|
3811
|
+
"group": "Effect"
|
|
3812
|
+
},
|
|
3813
|
+
"default": 0,
|
|
3814
|
+
"description": "Direction the gradient flows"
|
|
2663
3815
|
},
|
|
2664
|
-
"
|
|
3816
|
+
"speed": {
|
|
2665
3817
|
"ui": {
|
|
2666
|
-
"type": "
|
|
2667
|
-
"
|
|
2668
|
-
|
|
2669
|
-
|
|
2670
|
-
|
|
2671
|
-
|
|
2672
|
-
{
|
|
2673
|
-
"label": "Center",
|
|
2674
|
-
"value": "center"
|
|
2675
|
-
},
|
|
2676
|
-
{
|
|
2677
|
-
"label": "Inside",
|
|
2678
|
-
"value": "inside"
|
|
2679
|
-
}
|
|
2680
|
-
],
|
|
2681
|
-
"label": "Stroke Position",
|
|
2682
|
-
"group": "Stroke"
|
|
3818
|
+
"type": "range",
|
|
3819
|
+
"min": -1,
|
|
3820
|
+
"max": 1,
|
|
3821
|
+
"step": 0.01,
|
|
3822
|
+
"label": "Speed",
|
|
3823
|
+
"group": "Animation"
|
|
2683
3824
|
},
|
|
2684
|
-
"default":
|
|
2685
|
-
"description": "
|
|
3825
|
+
"default": 0.05,
|
|
3826
|
+
"description": "Speed at which the gradient cycles"
|
|
2686
3827
|
},
|
|
2687
3828
|
"colorSpace": {
|
|
2688
3829
|
"ui": {
|
|
@@ -2713,11 +3854,14 @@ export const shaderRegistry = [
|
|
|
2713
3854
|
"value": "lch"
|
|
2714
3855
|
}
|
|
2715
3856
|
],
|
|
2716
|
-
"label": "Color
|
|
2717
|
-
"group": "Colors"
|
|
3857
|
+
"label": "Color Space",
|
|
3858
|
+
"group": "Colors",
|
|
3859
|
+
"condition": {
|
|
3860
|
+
"mode": "custom"
|
|
3861
|
+
}
|
|
2718
3862
|
},
|
|
2719
|
-
"default": "
|
|
2720
|
-
"description": "Color space for blending
|
|
3863
|
+
"default": "oklch",
|
|
3864
|
+
"description": "Color space for blending between custom colors"
|
|
2721
3865
|
}
|
|
2722
3866
|
}
|
|
2723
3867
|
},
|
|
@@ -9102,215 +10246,506 @@ export const shaderRegistry = [
|
|
|
9102
10246
|
"requiresRTT": true,
|
|
9103
10247
|
"requiresChild": true,
|
|
9104
10248
|
"props": {
|
|
9105
|
-
"shape3d": {
|
|
9106
|
-
"default": "{\"type\":\"ribbon\",\"angle\":0,\"twist\":50,\"width\":40,\"thickness\":20,\"seed\":0}",
|
|
9107
|
-
"description": "3D shape and its parameters",
|
|
10249
|
+
"shape3d": {
|
|
10250
|
+
"default": "{\"type\":\"ribbon\",\"angle\":0,\"twist\":50,\"width\":40,\"thickness\":20,\"seed\":0}",
|
|
10251
|
+
"description": "3D shape and its parameters",
|
|
10252
|
+
"ui": {
|
|
10253
|
+
"type": "shape3d",
|
|
10254
|
+
"label": "Shape",
|
|
10255
|
+
"group": "Shape"
|
|
10256
|
+
}
|
|
10257
|
+
},
|
|
10258
|
+
"shape3dType": {
|
|
10259
|
+
"default": "ribbon",
|
|
10260
|
+
"compileTime": true,
|
|
10261
|
+
"description": "Active shape type — triggers recompile when shape is switched"
|
|
10262
|
+
},
|
|
10263
|
+
"center": {
|
|
10264
|
+
"default": {
|
|
10265
|
+
"x": 0.5,
|
|
10266
|
+
"y": 0.5
|
|
10267
|
+
},
|
|
10268
|
+
"description": "Center position of the shape on screen",
|
|
10269
|
+
"ui": {
|
|
10270
|
+
"type": "position",
|
|
10271
|
+
"label": "Center",
|
|
10272
|
+
"group": "Position"
|
|
10273
|
+
}
|
|
10274
|
+
},
|
|
10275
|
+
"zoom": {
|
|
10276
|
+
"default": 50,
|
|
10277
|
+
"description": "Camera zoom level",
|
|
10278
|
+
"ui": {
|
|
10279
|
+
"type": [
|
|
10280
|
+
"range",
|
|
10281
|
+
"map"
|
|
10282
|
+
],
|
|
10283
|
+
"min": 10,
|
|
10284
|
+
"max": 200,
|
|
10285
|
+
"step": 1,
|
|
10286
|
+
"label": "Zoom",
|
|
10287
|
+
"group": "Scene"
|
|
10288
|
+
}
|
|
10289
|
+
},
|
|
10290
|
+
"glossiness": {
|
|
10291
|
+
"default": 50,
|
|
10292
|
+
"description": "Specular highlight intensity and sharpness",
|
|
10293
|
+
"ui": {
|
|
10294
|
+
"type": [
|
|
10295
|
+
"range",
|
|
10296
|
+
"map"
|
|
10297
|
+
],
|
|
10298
|
+
"min": 0,
|
|
10299
|
+
"max": 200,
|
|
10300
|
+
"step": 1,
|
|
10301
|
+
"label": "Glossiness",
|
|
10302
|
+
"group": "Lighting"
|
|
10303
|
+
}
|
|
10304
|
+
},
|
|
10305
|
+
"lighting": {
|
|
10306
|
+
"default": 50,
|
|
10307
|
+
"description": "Overall intensity of lighting effects",
|
|
10308
|
+
"ui": {
|
|
10309
|
+
"type": [
|
|
10310
|
+
"range",
|
|
10311
|
+
"map"
|
|
10312
|
+
],
|
|
10313
|
+
"min": 0,
|
|
10314
|
+
"max": 200,
|
|
10315
|
+
"step": 1,
|
|
10316
|
+
"label": "Lighting",
|
|
10317
|
+
"group": "Lighting"
|
|
10318
|
+
}
|
|
10319
|
+
},
|
|
10320
|
+
"uvMode": {
|
|
10321
|
+
"default": "stretch",
|
|
10322
|
+
"description": "How to handle UV coordinates at shape boundaries",
|
|
10323
|
+
"ui": {
|
|
10324
|
+
"type": "select",
|
|
10325
|
+
"options": [
|
|
10326
|
+
{
|
|
10327
|
+
"label": "Stretch",
|
|
10328
|
+
"value": "stretch"
|
|
10329
|
+
},
|
|
10330
|
+
{
|
|
10331
|
+
"label": "Mirror",
|
|
10332
|
+
"value": "mirror"
|
|
10333
|
+
},
|
|
10334
|
+
{
|
|
10335
|
+
"label": "Wrap",
|
|
10336
|
+
"value": "wrap"
|
|
10337
|
+
}
|
|
10338
|
+
],
|
|
10339
|
+
"label": "UV Edges",
|
|
10340
|
+
"group": "Scene"
|
|
10341
|
+
}
|
|
10342
|
+
},
|
|
10343
|
+
"speed": {
|
|
10344
|
+
"default": 1,
|
|
10345
|
+
"description": "Animation speed — scales all spin rates",
|
|
10346
|
+
"ui": {
|
|
10347
|
+
"type": "range",
|
|
10348
|
+
"min": -10,
|
|
10349
|
+
"max": 10,
|
|
10350
|
+
"step": 0.1,
|
|
10351
|
+
"label": "Speed",
|
|
10352
|
+
"group": "Animation"
|
|
10353
|
+
}
|
|
10354
|
+
}
|
|
10355
|
+
}
|
|
10356
|
+
},
|
|
10357
|
+
"propsMetadata": {
|
|
10358
|
+
"shape3d": {
|
|
10359
|
+
"ui": {
|
|
10360
|
+
"type": "shape3d",
|
|
10361
|
+
"label": "Shape",
|
|
10362
|
+
"group": "Shape"
|
|
10363
|
+
},
|
|
10364
|
+
"default": "{\"type\":\"ribbon\",\"angle\":0,\"twist\":50,\"width\":40,\"thickness\":20,\"seed\":0}",
|
|
10365
|
+
"description": "3D shape and its parameters"
|
|
10366
|
+
},
|
|
10367
|
+
"center": {
|
|
10368
|
+
"ui": {
|
|
10369
|
+
"type": "position",
|
|
10370
|
+
"label": "Center",
|
|
10371
|
+
"group": "Position"
|
|
10372
|
+
},
|
|
10373
|
+
"default": {
|
|
10374
|
+
"x": 0.5,
|
|
10375
|
+
"y": 0.5
|
|
10376
|
+
},
|
|
10377
|
+
"description": "Center position of the shape on screen"
|
|
10378
|
+
},
|
|
10379
|
+
"zoom": {
|
|
10380
|
+
"ui": {
|
|
10381
|
+
"type": [
|
|
10382
|
+
"range",
|
|
10383
|
+
"map"
|
|
10384
|
+
],
|
|
10385
|
+
"min": 10,
|
|
10386
|
+
"max": 200,
|
|
10387
|
+
"step": 1,
|
|
10388
|
+
"label": "Zoom",
|
|
10389
|
+
"group": "Scene"
|
|
10390
|
+
},
|
|
10391
|
+
"default": 50,
|
|
10392
|
+
"description": "Camera zoom level"
|
|
10393
|
+
},
|
|
10394
|
+
"glossiness": {
|
|
10395
|
+
"ui": {
|
|
10396
|
+
"type": [
|
|
10397
|
+
"range",
|
|
10398
|
+
"map"
|
|
10399
|
+
],
|
|
10400
|
+
"min": 0,
|
|
10401
|
+
"max": 200,
|
|
10402
|
+
"step": 1,
|
|
10403
|
+
"label": "Glossiness",
|
|
10404
|
+
"group": "Lighting"
|
|
10405
|
+
},
|
|
10406
|
+
"default": 50,
|
|
10407
|
+
"description": "Specular highlight intensity and sharpness"
|
|
10408
|
+
},
|
|
10409
|
+
"lighting": {
|
|
10410
|
+
"ui": {
|
|
10411
|
+
"type": [
|
|
10412
|
+
"range",
|
|
10413
|
+
"map"
|
|
10414
|
+
],
|
|
10415
|
+
"min": 0,
|
|
10416
|
+
"max": 200,
|
|
10417
|
+
"step": 1,
|
|
10418
|
+
"label": "Lighting",
|
|
10419
|
+
"group": "Lighting"
|
|
10420
|
+
},
|
|
10421
|
+
"default": 50,
|
|
10422
|
+
"description": "Overall intensity of lighting effects"
|
|
10423
|
+
},
|
|
10424
|
+
"uvMode": {
|
|
10425
|
+
"ui": {
|
|
10426
|
+
"type": "select",
|
|
10427
|
+
"options": [
|
|
10428
|
+
{
|
|
10429
|
+
"label": "Stretch",
|
|
10430
|
+
"value": "stretch"
|
|
10431
|
+
},
|
|
10432
|
+
{
|
|
10433
|
+
"label": "Mirror",
|
|
10434
|
+
"value": "mirror"
|
|
10435
|
+
},
|
|
10436
|
+
{
|
|
10437
|
+
"label": "Wrap",
|
|
10438
|
+
"value": "wrap"
|
|
10439
|
+
}
|
|
10440
|
+
],
|
|
10441
|
+
"label": "UV Edges",
|
|
10442
|
+
"group": "Scene"
|
|
10443
|
+
},
|
|
10444
|
+
"default": "stretch",
|
|
10445
|
+
"description": "How to handle UV coordinates at shape boundaries"
|
|
10446
|
+
},
|
|
10447
|
+
"speed": {
|
|
10448
|
+
"ui": {
|
|
10449
|
+
"type": "range",
|
|
10450
|
+
"min": -10,
|
|
10451
|
+
"max": 10,
|
|
10452
|
+
"step": 0.1,
|
|
10453
|
+
"label": "Speed",
|
|
10454
|
+
"group": "Animation"
|
|
10455
|
+
},
|
|
10456
|
+
"default": 1,
|
|
10457
|
+
"description": "Animation speed — scales all spin rates"
|
|
10458
|
+
}
|
|
10459
|
+
}
|
|
10460
|
+
},
|
|
10461
|
+
{
|
|
10462
|
+
"name": "FractalNoise",
|
|
10463
|
+
"category": "Textures",
|
|
10464
|
+
"description": "Multi-octave fractal Brownian motion noise texture with true noise evolution",
|
|
10465
|
+
"fileName": "FractalNoise",
|
|
10466
|
+
"definition": {
|
|
10467
|
+
"name": "FractalNoise",
|
|
10468
|
+
"category": "Textures",
|
|
10469
|
+
"description": "Multi-octave fractal Brownian motion noise texture with true noise evolution",
|
|
10470
|
+
"props": {
|
|
10471
|
+
"colorA": {
|
|
10472
|
+
"default": "#000000",
|
|
10473
|
+
"description": "First color",
|
|
9108
10474
|
"ui": {
|
|
9109
|
-
"type": "
|
|
9110
|
-
"label": "
|
|
9111
|
-
"group": "
|
|
10475
|
+
"type": "color",
|
|
10476
|
+
"label": "Color A",
|
|
10477
|
+
"group": "Colors"
|
|
9112
10478
|
}
|
|
9113
10479
|
},
|
|
9114
|
-
"
|
|
9115
|
-
"default": "
|
|
9116
|
-
"
|
|
9117
|
-
"
|
|
10480
|
+
"colorB": {
|
|
10481
|
+
"default": "#ffffff",
|
|
10482
|
+
"description": "Second color",
|
|
10483
|
+
"ui": {
|
|
10484
|
+
"type": "color",
|
|
10485
|
+
"label": "Color B",
|
|
10486
|
+
"group": "Colors"
|
|
10487
|
+
}
|
|
9118
10488
|
},
|
|
9119
|
-
"
|
|
9120
|
-
"default":
|
|
9121
|
-
|
|
9122
|
-
|
|
9123
|
-
},
|
|
9124
|
-
"description": "Center position of the shape on screen",
|
|
10489
|
+
"octaves": {
|
|
10490
|
+
"default": 4,
|
|
10491
|
+
"compileTime": true,
|
|
10492
|
+
"description": "Number of noise octaves (more = more detail)",
|
|
9125
10493
|
"ui": {
|
|
9126
|
-
"type": "
|
|
9127
|
-
"
|
|
9128
|
-
"
|
|
10494
|
+
"type": "range",
|
|
10495
|
+
"min": 1,
|
|
10496
|
+
"max": 8,
|
|
10497
|
+
"step": 1,
|
|
10498
|
+
"label": "Octaves",
|
|
10499
|
+
"group": "Effect"
|
|
9129
10500
|
}
|
|
9130
10501
|
},
|
|
9131
|
-
"
|
|
9132
|
-
"default":
|
|
9133
|
-
"description": "
|
|
10502
|
+
"detail": {
|
|
10503
|
+
"default": 2,
|
|
10504
|
+
"description": "How much finer each successive octave becomes",
|
|
9134
10505
|
"ui": {
|
|
9135
10506
|
"type": [
|
|
9136
10507
|
"range",
|
|
9137
10508
|
"map"
|
|
9138
10509
|
],
|
|
9139
|
-
"min":
|
|
9140
|
-
"max":
|
|
9141
|
-
"step": 1,
|
|
9142
|
-
"label": "
|
|
9143
|
-
"group": "
|
|
10510
|
+
"min": 1,
|
|
10511
|
+
"max": 4,
|
|
10512
|
+
"step": 0.1,
|
|
10513
|
+
"label": "Detail",
|
|
10514
|
+
"group": "Effect"
|
|
9144
10515
|
}
|
|
9145
10516
|
},
|
|
9146
|
-
"
|
|
9147
|
-
"default":
|
|
9148
|
-
"description": "
|
|
10517
|
+
"contrast": {
|
|
10518
|
+
"default": 0.5,
|
|
10519
|
+
"description": "How strongly finer octaves contribute — higher values create more texture contrast",
|
|
9149
10520
|
"ui": {
|
|
9150
10521
|
"type": [
|
|
9151
10522
|
"range",
|
|
9152
10523
|
"map"
|
|
9153
10524
|
],
|
|
10525
|
+
"min": 0.1,
|
|
10526
|
+
"max": 1,
|
|
10527
|
+
"step": 0.05,
|
|
10528
|
+
"label": "Contrast",
|
|
10529
|
+
"group": "Effect"
|
|
10530
|
+
}
|
|
10531
|
+
},
|
|
10532
|
+
"speed": {
|
|
10533
|
+
"default": 0.15,
|
|
10534
|
+
"description": "Speed at which the noise pattern evolves in place",
|
|
10535
|
+
"ui": {
|
|
10536
|
+
"type": "range",
|
|
9154
10537
|
"min": 0,
|
|
9155
|
-
"max":
|
|
10538
|
+
"max": 1,
|
|
10539
|
+
"step": 0.01,
|
|
10540
|
+
"label": "Speed",
|
|
10541
|
+
"group": "Animation"
|
|
10542
|
+
}
|
|
10543
|
+
},
|
|
10544
|
+
"angle": {
|
|
10545
|
+
"default": 0,
|
|
10546
|
+
"description": "Rotation angle in degrees",
|
|
10547
|
+
"ui": {
|
|
10548
|
+
"type": [
|
|
10549
|
+
"range",
|
|
10550
|
+
"map"
|
|
10551
|
+
],
|
|
10552
|
+
"min": -180,
|
|
10553
|
+
"max": 180,
|
|
9156
10554
|
"step": 1,
|
|
9157
|
-
"label": "
|
|
9158
|
-
"group": "
|
|
10555
|
+
"label": "Angle",
|
|
10556
|
+
"group": "Effect"
|
|
9159
10557
|
}
|
|
9160
10558
|
},
|
|
9161
|
-
"
|
|
9162
|
-
"default":
|
|
9163
|
-
"description": "
|
|
10559
|
+
"seed": {
|
|
10560
|
+
"default": 0,
|
|
10561
|
+
"description": "Random seed for pattern variation",
|
|
9164
10562
|
"ui": {
|
|
9165
10563
|
"type": [
|
|
9166
10564
|
"range",
|
|
9167
10565
|
"map"
|
|
9168
10566
|
],
|
|
9169
10567
|
"min": 0,
|
|
9170
|
-
"max":
|
|
10568
|
+
"max": 100,
|
|
9171
10569
|
"step": 1,
|
|
9172
|
-
"label": "
|
|
9173
|
-
"group": "
|
|
10570
|
+
"label": "Seed",
|
|
10571
|
+
"group": "Effect"
|
|
9174
10572
|
}
|
|
9175
10573
|
},
|
|
9176
|
-
"
|
|
9177
|
-
"default": "
|
|
9178
|
-
"
|
|
10574
|
+
"colorSpace": {
|
|
10575
|
+
"default": "linear",
|
|
10576
|
+
"compileTime": true,
|
|
10577
|
+
"description": "Color space for interpolation",
|
|
9179
10578
|
"ui": {
|
|
9180
10579
|
"type": "select",
|
|
9181
10580
|
"options": [
|
|
9182
10581
|
{
|
|
9183
|
-
"label": "
|
|
9184
|
-
"value": "
|
|
10582
|
+
"label": "Linear RGB",
|
|
10583
|
+
"value": "linear"
|
|
9185
10584
|
},
|
|
9186
10585
|
{
|
|
9187
|
-
"label": "
|
|
9188
|
-
"value": "
|
|
10586
|
+
"label": "OKLCh",
|
|
10587
|
+
"value": "oklch"
|
|
9189
10588
|
},
|
|
9190
10589
|
{
|
|
9191
|
-
"label": "
|
|
9192
|
-
"value": "
|
|
10590
|
+
"label": "OKLAB",
|
|
10591
|
+
"value": "oklab"
|
|
10592
|
+
},
|
|
10593
|
+
{
|
|
10594
|
+
"label": "HSL",
|
|
10595
|
+
"value": "hsl"
|
|
10596
|
+
},
|
|
10597
|
+
{
|
|
10598
|
+
"label": "HSV",
|
|
10599
|
+
"value": "hsv"
|
|
10600
|
+
},
|
|
10601
|
+
{
|
|
10602
|
+
"label": "LCH",
|
|
10603
|
+
"value": "lch"
|
|
9193
10604
|
}
|
|
9194
10605
|
],
|
|
9195
|
-
"label": "
|
|
9196
|
-
"group": "
|
|
9197
|
-
}
|
|
9198
|
-
},
|
|
9199
|
-
"speed": {
|
|
9200
|
-
"default": 1,
|
|
9201
|
-
"description": "Animation speed — scales all spin rates",
|
|
9202
|
-
"ui": {
|
|
9203
|
-
"type": "range",
|
|
9204
|
-
"min": -10,
|
|
9205
|
-
"max": 10,
|
|
9206
|
-
"step": 0.1,
|
|
9207
|
-
"label": "Speed",
|
|
9208
|
-
"group": "Animation"
|
|
10606
|
+
"label": "Color Space",
|
|
10607
|
+
"group": "Colors"
|
|
9209
10608
|
}
|
|
9210
10609
|
}
|
|
9211
10610
|
}
|
|
9212
10611
|
},
|
|
9213
10612
|
"propsMetadata": {
|
|
9214
|
-
"
|
|
10613
|
+
"colorA": {
|
|
9215
10614
|
"ui": {
|
|
9216
|
-
"type": "
|
|
9217
|
-
"label": "
|
|
9218
|
-
"group": "
|
|
10615
|
+
"type": "color",
|
|
10616
|
+
"label": "Color A",
|
|
10617
|
+
"group": "Colors"
|
|
9219
10618
|
},
|
|
9220
|
-
"default": "
|
|
9221
|
-
"description": "
|
|
10619
|
+
"default": "#000000",
|
|
10620
|
+
"description": "First color"
|
|
9222
10621
|
},
|
|
9223
|
-
"
|
|
10622
|
+
"colorB": {
|
|
9224
10623
|
"ui": {
|
|
9225
|
-
"type": "
|
|
9226
|
-
"label": "
|
|
9227
|
-
"group": "
|
|
10624
|
+
"type": "color",
|
|
10625
|
+
"label": "Color B",
|
|
10626
|
+
"group": "Colors"
|
|
9228
10627
|
},
|
|
9229
|
-
"default":
|
|
9230
|
-
|
|
9231
|
-
|
|
10628
|
+
"default": "#ffffff",
|
|
10629
|
+
"description": "Second color"
|
|
10630
|
+
},
|
|
10631
|
+
"octaves": {
|
|
10632
|
+
"ui": {
|
|
10633
|
+
"type": "range",
|
|
10634
|
+
"min": 1,
|
|
10635
|
+
"max": 8,
|
|
10636
|
+
"step": 1,
|
|
10637
|
+
"label": "Octaves",
|
|
10638
|
+
"group": "Effect"
|
|
9232
10639
|
},
|
|
9233
|
-
"
|
|
10640
|
+
"default": 4,
|
|
10641
|
+
"description": "Number of noise octaves (more = more detail)"
|
|
9234
10642
|
},
|
|
9235
|
-
"
|
|
10643
|
+
"detail": {
|
|
9236
10644
|
"ui": {
|
|
9237
10645
|
"type": [
|
|
9238
10646
|
"range",
|
|
9239
10647
|
"map"
|
|
9240
10648
|
],
|
|
9241
|
-
"min":
|
|
9242
|
-
"max":
|
|
9243
|
-
"step": 1,
|
|
9244
|
-
"label": "
|
|
9245
|
-
"group": "
|
|
10649
|
+
"min": 1,
|
|
10650
|
+
"max": 4,
|
|
10651
|
+
"step": 0.1,
|
|
10652
|
+
"label": "Detail",
|
|
10653
|
+
"group": "Effect"
|
|
9246
10654
|
},
|
|
9247
|
-
"default":
|
|
9248
|
-
"description": "
|
|
10655
|
+
"default": 2,
|
|
10656
|
+
"description": "How much finer each successive octave becomes"
|
|
9249
10657
|
},
|
|
9250
|
-
"
|
|
10658
|
+
"contrast": {
|
|
9251
10659
|
"ui": {
|
|
9252
10660
|
"type": [
|
|
9253
10661
|
"range",
|
|
9254
10662
|
"map"
|
|
9255
10663
|
],
|
|
10664
|
+
"min": 0.1,
|
|
10665
|
+
"max": 1,
|
|
10666
|
+
"step": 0.05,
|
|
10667
|
+
"label": "Contrast",
|
|
10668
|
+
"group": "Effect"
|
|
10669
|
+
},
|
|
10670
|
+
"default": 0.5,
|
|
10671
|
+
"description": "How strongly finer octaves contribute — higher values create more texture contrast"
|
|
10672
|
+
},
|
|
10673
|
+
"speed": {
|
|
10674
|
+
"ui": {
|
|
10675
|
+
"type": "range",
|
|
9256
10676
|
"min": 0,
|
|
9257
|
-
"max":
|
|
10677
|
+
"max": 1,
|
|
10678
|
+
"step": 0.01,
|
|
10679
|
+
"label": "Speed",
|
|
10680
|
+
"group": "Animation"
|
|
10681
|
+
},
|
|
10682
|
+
"default": 0.15,
|
|
10683
|
+
"description": "Speed at which the noise pattern evolves in place"
|
|
10684
|
+
},
|
|
10685
|
+
"angle": {
|
|
10686
|
+
"ui": {
|
|
10687
|
+
"type": [
|
|
10688
|
+
"range",
|
|
10689
|
+
"map"
|
|
10690
|
+
],
|
|
10691
|
+
"min": -180,
|
|
10692
|
+
"max": 180,
|
|
9258
10693
|
"step": 1,
|
|
9259
|
-
"label": "
|
|
9260
|
-
"group": "
|
|
10694
|
+
"label": "Angle",
|
|
10695
|
+
"group": "Effect"
|
|
9261
10696
|
},
|
|
9262
|
-
"default":
|
|
9263
|
-
"description": "
|
|
10697
|
+
"default": 0,
|
|
10698
|
+
"description": "Rotation angle in degrees"
|
|
9264
10699
|
},
|
|
9265
|
-
"
|
|
10700
|
+
"seed": {
|
|
9266
10701
|
"ui": {
|
|
9267
10702
|
"type": [
|
|
9268
10703
|
"range",
|
|
9269
10704
|
"map"
|
|
9270
10705
|
],
|
|
9271
10706
|
"min": 0,
|
|
9272
|
-
"max":
|
|
10707
|
+
"max": 100,
|
|
9273
10708
|
"step": 1,
|
|
9274
|
-
"label": "
|
|
9275
|
-
"group": "
|
|
10709
|
+
"label": "Seed",
|
|
10710
|
+
"group": "Effect"
|
|
9276
10711
|
},
|
|
9277
|
-
"default":
|
|
9278
|
-
"description": "
|
|
10712
|
+
"default": 0,
|
|
10713
|
+
"description": "Random seed for pattern variation"
|
|
9279
10714
|
},
|
|
9280
|
-
"
|
|
10715
|
+
"colorSpace": {
|
|
9281
10716
|
"ui": {
|
|
9282
10717
|
"type": "select",
|
|
9283
10718
|
"options": [
|
|
9284
10719
|
{
|
|
9285
|
-
"label": "
|
|
9286
|
-
"value": "
|
|
10720
|
+
"label": "Linear RGB",
|
|
10721
|
+
"value": "linear"
|
|
10722
|
+
},
|
|
10723
|
+
{
|
|
10724
|
+
"label": "OKLCh",
|
|
10725
|
+
"value": "oklch"
|
|
9287
10726
|
},
|
|
9288
10727
|
{
|
|
9289
|
-
"label": "
|
|
9290
|
-
"value": "
|
|
10728
|
+
"label": "OKLAB",
|
|
10729
|
+
"value": "oklab"
|
|
9291
10730
|
},
|
|
9292
10731
|
{
|
|
9293
|
-
"label": "
|
|
9294
|
-
"value": "
|
|
10732
|
+
"label": "HSL",
|
|
10733
|
+
"value": "hsl"
|
|
10734
|
+
},
|
|
10735
|
+
{
|
|
10736
|
+
"label": "HSV",
|
|
10737
|
+
"value": "hsv"
|
|
10738
|
+
},
|
|
10739
|
+
{
|
|
10740
|
+
"label": "LCH",
|
|
10741
|
+
"value": "lch"
|
|
9295
10742
|
}
|
|
9296
10743
|
],
|
|
9297
|
-
"label": "
|
|
9298
|
-
"group": "
|
|
9299
|
-
},
|
|
9300
|
-
"default": "stretch",
|
|
9301
|
-
"description": "How to handle UV coordinates at shape boundaries"
|
|
9302
|
-
},
|
|
9303
|
-
"speed": {
|
|
9304
|
-
"ui": {
|
|
9305
|
-
"type": "range",
|
|
9306
|
-
"min": -10,
|
|
9307
|
-
"max": 10,
|
|
9308
|
-
"step": 0.1,
|
|
9309
|
-
"label": "Speed",
|
|
9310
|
-
"group": "Animation"
|
|
10744
|
+
"label": "Color Space",
|
|
10745
|
+
"group": "Colors"
|
|
9311
10746
|
},
|
|
9312
|
-
"default":
|
|
9313
|
-
"description": "
|
|
10747
|
+
"default": "linear",
|
|
10748
|
+
"description": "Color space for interpolation"
|
|
9314
10749
|
}
|
|
9315
10750
|
}
|
|
9316
10751
|
},
|
|
@@ -12746,62 +14181,316 @@ export const shaderRegistry = [
|
|
|
12746
14181
|
"min": 1,
|
|
12747
14182
|
"max": 30,
|
|
12748
14183
|
"step": 0.5,
|
|
12749
|
-
"label": "Stiffness",
|
|
14184
|
+
"label": "Stiffness",
|
|
14185
|
+
"group": "Effect"
|
|
14186
|
+
},
|
|
14187
|
+
"default": 3,
|
|
14188
|
+
"description": "Fabric rigidity (higher = stiffer canvas, lower = stretchy silk)"
|
|
14189
|
+
},
|
|
14190
|
+
"damping": {
|
|
14191
|
+
"ui": {
|
|
14192
|
+
"type": "range",
|
|
14193
|
+
"min": 0,
|
|
14194
|
+
"max": 10,
|
|
14195
|
+
"step": 0.1,
|
|
14196
|
+
"label": "Damping",
|
|
14197
|
+
"group": "Effect"
|
|
14198
|
+
},
|
|
14199
|
+
"default": 3,
|
|
14200
|
+
"description": "How quickly fabric motion settles"
|
|
14201
|
+
},
|
|
14202
|
+
"radius": {
|
|
14203
|
+
"ui": {
|
|
14204
|
+
"type": "range",
|
|
14205
|
+
"min": 0.1,
|
|
14206
|
+
"max": 1.5,
|
|
14207
|
+
"step": 0.1,
|
|
14208
|
+
"label": "Radius",
|
|
14209
|
+
"group": "Effect"
|
|
14210
|
+
},
|
|
14211
|
+
"default": 1,
|
|
14212
|
+
"description": "Cursor influence area"
|
|
14213
|
+
},
|
|
14214
|
+
"edges": {
|
|
14215
|
+
"ui": {
|
|
14216
|
+
"type": "select",
|
|
14217
|
+
"options": [
|
|
14218
|
+
{
|
|
14219
|
+
"label": "Stretch",
|
|
14220
|
+
"value": "stretch"
|
|
14221
|
+
},
|
|
14222
|
+
{
|
|
14223
|
+
"label": "Transparent",
|
|
14224
|
+
"value": "transparent"
|
|
14225
|
+
},
|
|
14226
|
+
{
|
|
14227
|
+
"label": "Mirror",
|
|
14228
|
+
"value": "mirror"
|
|
14229
|
+
},
|
|
14230
|
+
{
|
|
14231
|
+
"label": "Wrap",
|
|
14232
|
+
"value": "wrap"
|
|
14233
|
+
}
|
|
14234
|
+
],
|
|
14235
|
+
"label": "Edges",
|
|
14236
|
+
"group": "Effect"
|
|
14237
|
+
},
|
|
14238
|
+
"default": "stretch",
|
|
14239
|
+
"description": "How to handle edges when distortion pushes content out of bounds"
|
|
14240
|
+
}
|
|
14241
|
+
}
|
|
14242
|
+
},
|
|
14243
|
+
{
|
|
14244
|
+
"name": "Marble",
|
|
14245
|
+
"category": "Textures",
|
|
14246
|
+
"description": "Classic marble swirl and vein texture using noise-warped sine waves",
|
|
14247
|
+
"fileName": "Marble",
|
|
14248
|
+
"definition": {
|
|
14249
|
+
"name": "Marble",
|
|
14250
|
+
"category": "Textures",
|
|
14251
|
+
"description": "Classic marble swirl and vein texture using noise-warped sine waves",
|
|
14252
|
+
"props": {
|
|
14253
|
+
"colorA": {
|
|
14254
|
+
"default": "#ffffff",
|
|
14255
|
+
"description": "Base background color of the marble",
|
|
14256
|
+
"ui": {
|
|
14257
|
+
"type": "color",
|
|
14258
|
+
"label": "Base",
|
|
14259
|
+
"group": "Colors"
|
|
14260
|
+
}
|
|
14261
|
+
},
|
|
14262
|
+
"colorB": {
|
|
14263
|
+
"default": "#3a2d54",
|
|
14264
|
+
"description": "Secondary marble tone",
|
|
14265
|
+
"ui": {
|
|
14266
|
+
"type": "color",
|
|
14267
|
+
"label": "Tone",
|
|
14268
|
+
"group": "Colors"
|
|
14269
|
+
}
|
|
14270
|
+
},
|
|
14271
|
+
"colorC": {
|
|
14272
|
+
"default": "#0f0f0f",
|
|
14273
|
+
"description": "Deepest marble color",
|
|
14274
|
+
"ui": {
|
|
14275
|
+
"type": "color",
|
|
14276
|
+
"label": "Depth",
|
|
14277
|
+
"group": "Colors"
|
|
14278
|
+
}
|
|
14279
|
+
},
|
|
14280
|
+
"scale": {
|
|
14281
|
+
"default": 2,
|
|
14282
|
+
"description": "Scale and density of the marble vein pattern",
|
|
14283
|
+
"ui": {
|
|
14284
|
+
"type": [
|
|
14285
|
+
"range",
|
|
14286
|
+
"map"
|
|
14287
|
+
],
|
|
14288
|
+
"min": 0.1,
|
|
14289
|
+
"max": 10,
|
|
14290
|
+
"step": 0.1,
|
|
14291
|
+
"label": "Scale",
|
|
14292
|
+
"group": "Effect"
|
|
14293
|
+
}
|
|
14294
|
+
},
|
|
14295
|
+
"turbulence": {
|
|
14296
|
+
"default": 10,
|
|
14297
|
+
"description": "Amount of noise-driven distortion applied to the veins",
|
|
14298
|
+
"ui": {
|
|
14299
|
+
"type": [
|
|
14300
|
+
"range",
|
|
14301
|
+
"map"
|
|
14302
|
+
],
|
|
14303
|
+
"min": 0,
|
|
14304
|
+
"max": 50,
|
|
14305
|
+
"step": 0.5,
|
|
14306
|
+
"label": "Turbulence",
|
|
14307
|
+
"group": "Effect"
|
|
14308
|
+
}
|
|
14309
|
+
},
|
|
14310
|
+
"speed": {
|
|
14311
|
+
"default": 0.05,
|
|
14312
|
+
"description": "Animation speed",
|
|
14313
|
+
"ui": {
|
|
14314
|
+
"type": "range",
|
|
14315
|
+
"min": 0,
|
|
14316
|
+
"max": 0.25,
|
|
14317
|
+
"step": 0.005,
|
|
14318
|
+
"label": "Speed",
|
|
14319
|
+
"group": "Animation"
|
|
14320
|
+
}
|
|
14321
|
+
},
|
|
14322
|
+
"seed": {
|
|
14323
|
+
"default": 0,
|
|
14324
|
+
"description": "Random seed for pattern variation",
|
|
14325
|
+
"ui": {
|
|
14326
|
+
"type": [
|
|
14327
|
+
"range",
|
|
14328
|
+
"map"
|
|
14329
|
+
],
|
|
14330
|
+
"min": 0,
|
|
14331
|
+
"max": 100,
|
|
14332
|
+
"step": 1,
|
|
14333
|
+
"label": "Seed",
|
|
14334
|
+
"group": "Effect"
|
|
14335
|
+
}
|
|
14336
|
+
},
|
|
14337
|
+
"colorSpace": {
|
|
14338
|
+
"default": "linear",
|
|
14339
|
+
"compileTime": true,
|
|
14340
|
+
"description": "Color space for color interpolation",
|
|
14341
|
+
"ui": {
|
|
14342
|
+
"type": "select",
|
|
14343
|
+
"options": [
|
|
14344
|
+
{
|
|
14345
|
+
"label": "Linear RGB",
|
|
14346
|
+
"value": "linear"
|
|
14347
|
+
},
|
|
14348
|
+
{
|
|
14349
|
+
"label": "OKLCh",
|
|
14350
|
+
"value": "oklch"
|
|
14351
|
+
},
|
|
14352
|
+
{
|
|
14353
|
+
"label": "OKLAB",
|
|
14354
|
+
"value": "oklab"
|
|
14355
|
+
},
|
|
14356
|
+
{
|
|
14357
|
+
"label": "HSL",
|
|
14358
|
+
"value": "hsl"
|
|
14359
|
+
},
|
|
14360
|
+
{
|
|
14361
|
+
"label": "HSV",
|
|
14362
|
+
"value": "hsv"
|
|
14363
|
+
},
|
|
14364
|
+
{
|
|
14365
|
+
"label": "LCH",
|
|
14366
|
+
"value": "lch"
|
|
14367
|
+
}
|
|
14368
|
+
],
|
|
14369
|
+
"label": "Color Space",
|
|
14370
|
+
"group": "Colors"
|
|
14371
|
+
}
|
|
14372
|
+
}
|
|
14373
|
+
}
|
|
14374
|
+
},
|
|
14375
|
+
"propsMetadata": {
|
|
14376
|
+
"colorA": {
|
|
14377
|
+
"ui": {
|
|
14378
|
+
"type": "color",
|
|
14379
|
+
"label": "Base",
|
|
14380
|
+
"group": "Colors"
|
|
14381
|
+
},
|
|
14382
|
+
"default": "#ffffff",
|
|
14383
|
+
"description": "Base background color of the marble"
|
|
14384
|
+
},
|
|
14385
|
+
"colorB": {
|
|
14386
|
+
"ui": {
|
|
14387
|
+
"type": "color",
|
|
14388
|
+
"label": "Tone",
|
|
14389
|
+
"group": "Colors"
|
|
14390
|
+
},
|
|
14391
|
+
"default": "#3a2d54",
|
|
14392
|
+
"description": "Secondary marble tone"
|
|
14393
|
+
},
|
|
14394
|
+
"colorC": {
|
|
14395
|
+
"ui": {
|
|
14396
|
+
"type": "color",
|
|
14397
|
+
"label": "Depth",
|
|
14398
|
+
"group": "Colors"
|
|
14399
|
+
},
|
|
14400
|
+
"default": "#0f0f0f",
|
|
14401
|
+
"description": "Deepest marble color"
|
|
14402
|
+
},
|
|
14403
|
+
"scale": {
|
|
14404
|
+
"ui": {
|
|
14405
|
+
"type": [
|
|
14406
|
+
"range",
|
|
14407
|
+
"map"
|
|
14408
|
+
],
|
|
14409
|
+
"min": 0.1,
|
|
14410
|
+
"max": 10,
|
|
14411
|
+
"step": 0.1,
|
|
14412
|
+
"label": "Scale",
|
|
14413
|
+
"group": "Effect"
|
|
14414
|
+
},
|
|
14415
|
+
"default": 2,
|
|
14416
|
+
"description": "Scale and density of the marble vein pattern"
|
|
14417
|
+
},
|
|
14418
|
+
"turbulence": {
|
|
14419
|
+
"ui": {
|
|
14420
|
+
"type": [
|
|
14421
|
+
"range",
|
|
14422
|
+
"map"
|
|
14423
|
+
],
|
|
14424
|
+
"min": 0,
|
|
14425
|
+
"max": 50,
|
|
14426
|
+
"step": 0.5,
|
|
14427
|
+
"label": "Turbulence",
|
|
12750
14428
|
"group": "Effect"
|
|
12751
14429
|
},
|
|
12752
|
-
"default":
|
|
12753
|
-
"description": "
|
|
14430
|
+
"default": 10,
|
|
14431
|
+
"description": "Amount of noise-driven distortion applied to the veins"
|
|
12754
14432
|
},
|
|
12755
|
-
"
|
|
14433
|
+
"speed": {
|
|
12756
14434
|
"ui": {
|
|
12757
14435
|
"type": "range",
|
|
12758
14436
|
"min": 0,
|
|
12759
|
-
"max":
|
|
12760
|
-
"step": 0.
|
|
12761
|
-
"label": "
|
|
12762
|
-
"group": "
|
|
14437
|
+
"max": 0.25,
|
|
14438
|
+
"step": 0.005,
|
|
14439
|
+
"label": "Speed",
|
|
14440
|
+
"group": "Animation"
|
|
12763
14441
|
},
|
|
12764
|
-
"default":
|
|
12765
|
-
"description": "
|
|
14442
|
+
"default": 0.05,
|
|
14443
|
+
"description": "Animation speed"
|
|
12766
14444
|
},
|
|
12767
|
-
"
|
|
14445
|
+
"seed": {
|
|
12768
14446
|
"ui": {
|
|
12769
|
-
"type":
|
|
12770
|
-
|
|
12771
|
-
|
|
12772
|
-
|
|
12773
|
-
"
|
|
14447
|
+
"type": [
|
|
14448
|
+
"range",
|
|
14449
|
+
"map"
|
|
14450
|
+
],
|
|
14451
|
+
"min": 0,
|
|
14452
|
+
"max": 100,
|
|
14453
|
+
"step": 1,
|
|
14454
|
+
"label": "Seed",
|
|
12774
14455
|
"group": "Effect"
|
|
12775
14456
|
},
|
|
12776
|
-
"default":
|
|
12777
|
-
"description": "
|
|
14457
|
+
"default": 0,
|
|
14458
|
+
"description": "Random seed for pattern variation"
|
|
12778
14459
|
},
|
|
12779
|
-
"
|
|
14460
|
+
"colorSpace": {
|
|
12780
14461
|
"ui": {
|
|
12781
14462
|
"type": "select",
|
|
12782
14463
|
"options": [
|
|
12783
14464
|
{
|
|
12784
|
-
"label": "
|
|
12785
|
-
"value": "
|
|
14465
|
+
"label": "Linear RGB",
|
|
14466
|
+
"value": "linear"
|
|
12786
14467
|
},
|
|
12787
14468
|
{
|
|
12788
|
-
"label": "
|
|
12789
|
-
"value": "
|
|
14469
|
+
"label": "OKLCh",
|
|
14470
|
+
"value": "oklch"
|
|
12790
14471
|
},
|
|
12791
14472
|
{
|
|
12792
|
-
"label": "
|
|
12793
|
-
"value": "
|
|
14473
|
+
"label": "OKLAB",
|
|
14474
|
+
"value": "oklab"
|
|
12794
14475
|
},
|
|
12795
14476
|
{
|
|
12796
|
-
"label": "
|
|
12797
|
-
"value": "
|
|
14477
|
+
"label": "HSL",
|
|
14478
|
+
"value": "hsl"
|
|
14479
|
+
},
|
|
14480
|
+
{
|
|
14481
|
+
"label": "HSV",
|
|
14482
|
+
"value": "hsv"
|
|
14483
|
+
},
|
|
14484
|
+
{
|
|
14485
|
+
"label": "LCH",
|
|
14486
|
+
"value": "lch"
|
|
12798
14487
|
}
|
|
12799
14488
|
],
|
|
12800
|
-
"label": "
|
|
12801
|
-
"group": "
|
|
14489
|
+
"label": "Color Space",
|
|
14490
|
+
"group": "Colors"
|
|
12802
14491
|
},
|
|
12803
|
-
"default": "
|
|
12804
|
-
"description": "
|
|
14492
|
+
"default": "linear",
|
|
14493
|
+
"description": "Color space for color interpolation"
|
|
12805
14494
|
}
|
|
12806
14495
|
}
|
|
12807
14496
|
},
|
|
@@ -20336,6 +22025,219 @@ export const shaderRegistry = [
|
|
|
20336
22025
|
}
|
|
20337
22026
|
}
|
|
20338
22027
|
},
|
|
22028
|
+
{
|
|
22029
|
+
"name": "SunBurst",
|
|
22030
|
+
"category": "Textures",
|
|
22031
|
+
"description": "Radial sunburst rays emanating from a center point",
|
|
22032
|
+
"fileName": "SunBurst",
|
|
22033
|
+
"definition": {
|
|
22034
|
+
"name": "SunBurst",
|
|
22035
|
+
"category": "Textures",
|
|
22036
|
+
"description": "Radial sunburst rays emanating from a center point",
|
|
22037
|
+
"props": {
|
|
22038
|
+
"color": {
|
|
22039
|
+
"default": "#ffdd88",
|
|
22040
|
+
"description": "Ray color",
|
|
22041
|
+
"ui": {
|
|
22042
|
+
"type": "color",
|
|
22043
|
+
"label": "Color",
|
|
22044
|
+
"group": "Colors"
|
|
22045
|
+
}
|
|
22046
|
+
},
|
|
22047
|
+
"background": {
|
|
22048
|
+
"default": "#000000",
|
|
22049
|
+
"description": "Background color",
|
|
22050
|
+
"ui": {
|
|
22051
|
+
"type": "color",
|
|
22052
|
+
"label": "Background",
|
|
22053
|
+
"group": "Colors"
|
|
22054
|
+
}
|
|
22055
|
+
},
|
|
22056
|
+
"center": {
|
|
22057
|
+
"default": {
|
|
22058
|
+
"x": 0.5,
|
|
22059
|
+
"y": 0.5
|
|
22060
|
+
},
|
|
22061
|
+
"description": "Center point of the sunburst",
|
|
22062
|
+
"ui": {
|
|
22063
|
+
"type": "position",
|
|
22064
|
+
"label": "Center",
|
|
22065
|
+
"group": "Position"
|
|
22066
|
+
}
|
|
22067
|
+
},
|
|
22068
|
+
"rayCount": {
|
|
22069
|
+
"default": 12,
|
|
22070
|
+
"description": "Number of rays",
|
|
22071
|
+
"ui": {
|
|
22072
|
+
"type": "range",
|
|
22073
|
+
"min": 3,
|
|
22074
|
+
"max": 64,
|
|
22075
|
+
"step": 1,
|
|
22076
|
+
"label": "Ray Count",
|
|
22077
|
+
"group": "Effect"
|
|
22078
|
+
}
|
|
22079
|
+
},
|
|
22080
|
+
"softness": {
|
|
22081
|
+
"default": 0.3,
|
|
22082
|
+
"description": "Softness of ray edges",
|
|
22083
|
+
"ui": {
|
|
22084
|
+
"type": [
|
|
22085
|
+
"range",
|
|
22086
|
+
"map"
|
|
22087
|
+
],
|
|
22088
|
+
"min": 0,
|
|
22089
|
+
"max": 1,
|
|
22090
|
+
"step": 0.01,
|
|
22091
|
+
"label": "Softness",
|
|
22092
|
+
"group": "Effect"
|
|
22093
|
+
}
|
|
22094
|
+
},
|
|
22095
|
+
"radius": {
|
|
22096
|
+
"default": 0.8,
|
|
22097
|
+
"description": "How far the rays extend from the center",
|
|
22098
|
+
"ui": {
|
|
22099
|
+
"type": [
|
|
22100
|
+
"range",
|
|
22101
|
+
"map"
|
|
22102
|
+
],
|
|
22103
|
+
"min": 0,
|
|
22104
|
+
"max": 1.2,
|
|
22105
|
+
"step": 0.01,
|
|
22106
|
+
"label": "Radius",
|
|
22107
|
+
"group": "Effect"
|
|
22108
|
+
}
|
|
22109
|
+
},
|
|
22110
|
+
"feather": {
|
|
22111
|
+
"default": 0.5,
|
|
22112
|
+
"description": "How gradually the rays fade at their outer edge",
|
|
22113
|
+
"ui": {
|
|
22114
|
+
"type": [
|
|
22115
|
+
"range",
|
|
22116
|
+
"map"
|
|
22117
|
+
],
|
|
22118
|
+
"min": 0,
|
|
22119
|
+
"max": 5,
|
|
22120
|
+
"step": 0.01,
|
|
22121
|
+
"label": "Feather",
|
|
22122
|
+
"group": "Effect"
|
|
22123
|
+
}
|
|
22124
|
+
},
|
|
22125
|
+
"speed": {
|
|
22126
|
+
"default": 0.2,
|
|
22127
|
+
"description": "Rotation speed — positive values rotate clockwise",
|
|
22128
|
+
"ui": {
|
|
22129
|
+
"type": "range",
|
|
22130
|
+
"min": -2,
|
|
22131
|
+
"max": 2,
|
|
22132
|
+
"step": 0.1,
|
|
22133
|
+
"label": "Speed",
|
|
22134
|
+
"group": "Animation"
|
|
22135
|
+
}
|
|
22136
|
+
}
|
|
22137
|
+
}
|
|
22138
|
+
},
|
|
22139
|
+
"propsMetadata": {
|
|
22140
|
+
"color": {
|
|
22141
|
+
"ui": {
|
|
22142
|
+
"type": "color",
|
|
22143
|
+
"label": "Color",
|
|
22144
|
+
"group": "Colors"
|
|
22145
|
+
},
|
|
22146
|
+
"default": "#ffdd88",
|
|
22147
|
+
"description": "Ray color"
|
|
22148
|
+
},
|
|
22149
|
+
"background": {
|
|
22150
|
+
"ui": {
|
|
22151
|
+
"type": "color",
|
|
22152
|
+
"label": "Background",
|
|
22153
|
+
"group": "Colors"
|
|
22154
|
+
},
|
|
22155
|
+
"default": "#000000",
|
|
22156
|
+
"description": "Background color"
|
|
22157
|
+
},
|
|
22158
|
+
"center": {
|
|
22159
|
+
"ui": {
|
|
22160
|
+
"type": "position",
|
|
22161
|
+
"label": "Center",
|
|
22162
|
+
"group": "Position"
|
|
22163
|
+
},
|
|
22164
|
+
"default": {
|
|
22165
|
+
"x": 0.5,
|
|
22166
|
+
"y": 0.5
|
|
22167
|
+
},
|
|
22168
|
+
"description": "Center point of the sunburst"
|
|
22169
|
+
},
|
|
22170
|
+
"rayCount": {
|
|
22171
|
+
"ui": {
|
|
22172
|
+
"type": "range",
|
|
22173
|
+
"min": 3,
|
|
22174
|
+
"max": 64,
|
|
22175
|
+
"step": 1,
|
|
22176
|
+
"label": "Ray Count",
|
|
22177
|
+
"group": "Effect"
|
|
22178
|
+
},
|
|
22179
|
+
"default": 12,
|
|
22180
|
+
"description": "Number of rays"
|
|
22181
|
+
},
|
|
22182
|
+
"softness": {
|
|
22183
|
+
"ui": {
|
|
22184
|
+
"type": [
|
|
22185
|
+
"range",
|
|
22186
|
+
"map"
|
|
22187
|
+
],
|
|
22188
|
+
"min": 0,
|
|
22189
|
+
"max": 1,
|
|
22190
|
+
"step": 0.01,
|
|
22191
|
+
"label": "Softness",
|
|
22192
|
+
"group": "Effect"
|
|
22193
|
+
},
|
|
22194
|
+
"default": 0.3,
|
|
22195
|
+
"description": "Softness of ray edges"
|
|
22196
|
+
},
|
|
22197
|
+
"radius": {
|
|
22198
|
+
"ui": {
|
|
22199
|
+
"type": [
|
|
22200
|
+
"range",
|
|
22201
|
+
"map"
|
|
22202
|
+
],
|
|
22203
|
+
"min": 0,
|
|
22204
|
+
"max": 1.2,
|
|
22205
|
+
"step": 0.01,
|
|
22206
|
+
"label": "Radius",
|
|
22207
|
+
"group": "Effect"
|
|
22208
|
+
},
|
|
22209
|
+
"default": 0.8,
|
|
22210
|
+
"description": "How far the rays extend from the center"
|
|
22211
|
+
},
|
|
22212
|
+
"feather": {
|
|
22213
|
+
"ui": {
|
|
22214
|
+
"type": [
|
|
22215
|
+
"range",
|
|
22216
|
+
"map"
|
|
22217
|
+
],
|
|
22218
|
+
"min": 0,
|
|
22219
|
+
"max": 5,
|
|
22220
|
+
"step": 0.01,
|
|
22221
|
+
"label": "Feather",
|
|
22222
|
+
"group": "Effect"
|
|
22223
|
+
},
|
|
22224
|
+
"default": 0.5,
|
|
22225
|
+
"description": "How gradually the rays fade at their outer edge"
|
|
22226
|
+
},
|
|
22227
|
+
"speed": {
|
|
22228
|
+
"ui": {
|
|
22229
|
+
"type": "range",
|
|
22230
|
+
"min": -2,
|
|
22231
|
+
"max": 2,
|
|
22232
|
+
"step": 0.1,
|
|
22233
|
+
"label": "Speed",
|
|
22234
|
+
"group": "Animation"
|
|
22235
|
+
},
|
|
22236
|
+
"default": 0.2,
|
|
22237
|
+
"description": "Rotation speed — positive values rotate clockwise"
|
|
22238
|
+
}
|
|
22239
|
+
}
|
|
22240
|
+
},
|
|
20339
22241
|
{
|
|
20340
22242
|
"name": "Swirl",
|
|
20341
22243
|
"category": "Textures",
|