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/core/index.js
CHANGED
|
@@ -6,116 +6,123 @@ import "./Ascii-BwSMmD6Z.js";
|
|
|
6
6
|
import "./colorMixing-BPpDnR5I.js";
|
|
7
7
|
import { t as createAnimatedTime } from "./time-DUqSFWvT.js";
|
|
8
8
|
import "./Aurora-D5Pjk4ve.js";
|
|
9
|
-
import "./
|
|
10
|
-
import "./
|
|
11
|
-
import "./
|
|
12
|
-
import "./
|
|
13
|
-
import "./
|
|
14
|
-
import "./
|
|
15
|
-
import "./
|
|
16
|
-
import "./
|
|
17
|
-
import "./
|
|
18
|
-
import "./
|
|
19
|
-
import "./
|
|
20
|
-
import "./
|
|
21
|
-
import "./
|
|
22
|
-
import "./
|
|
23
|
-
import "./
|
|
24
|
-
import "./
|
|
25
|
-
import "./
|
|
26
|
-
import "./
|
|
27
|
-
import "./
|
|
28
|
-
import "./
|
|
29
|
-
import "./
|
|
30
|
-
import "./
|
|
31
|
-
import "./
|
|
32
|
-
import "./
|
|
33
|
-
import "./
|
|
34
|
-
import "./
|
|
35
|
-
import "./
|
|
36
|
-
import "./
|
|
37
|
-
import "./
|
|
38
|
-
import "./
|
|
39
|
-
import "./
|
|
40
|
-
import "./
|
|
41
|
-
import "./
|
|
42
|
-
import "./
|
|
43
|
-
import "./
|
|
44
|
-
import "./
|
|
45
|
-
import "./
|
|
46
|
-
import "./
|
|
47
|
-
import "./
|
|
48
|
-
import "./
|
|
49
|
-
import "./
|
|
50
|
-
import "./
|
|
51
|
-
import "./
|
|
52
|
-
import "./
|
|
53
|
-
import "./
|
|
54
|
-
import "./
|
|
55
|
-
import "./
|
|
56
|
-
import "./
|
|
57
|
-
import "./
|
|
58
|
-
import "./
|
|
59
|
-
import "./
|
|
60
|
-
import "./
|
|
61
|
-
import "./
|
|
62
|
-
import "./
|
|
63
|
-
import "./
|
|
64
|
-
import "./
|
|
65
|
-
import "./
|
|
66
|
-
import "./
|
|
67
|
-
import "./
|
|
68
|
-
import "./
|
|
69
|
-
import "./
|
|
70
|
-
import "./
|
|
71
|
-
import "./
|
|
72
|
-
import "./
|
|
73
|
-
import "./
|
|
74
|
-
import "./
|
|
75
|
-
import "./
|
|
76
|
-
import "./
|
|
77
|
-
import "./
|
|
78
|
-
import "./
|
|
79
|
-
import "./
|
|
80
|
-
import "./
|
|
81
|
-
import "./
|
|
82
|
-
import "./
|
|
83
|
-
import "./
|
|
84
|
-
import "./
|
|
85
|
-
import "./
|
|
86
|
-
import "./
|
|
87
|
-
import "./
|
|
88
|
-
import "./
|
|
89
|
-
import "./
|
|
90
|
-
import "./
|
|
91
|
-
import "./
|
|
92
|
-
import "./
|
|
93
|
-
import "./
|
|
94
|
-
import "./
|
|
95
|
-
import "./
|
|
96
|
-
import "./
|
|
97
|
-
import "./
|
|
98
|
-
import "./
|
|
99
|
-
import "./
|
|
100
|
-
import "./
|
|
101
|
-
import "./
|
|
102
|
-
import "./
|
|
103
|
-
import "./
|
|
104
|
-
import "./
|
|
105
|
-
import "./
|
|
106
|
-
import "./
|
|
107
|
-
import "./
|
|
108
|
-
import "./
|
|
109
|
-
import "./
|
|
110
|
-
import "./
|
|
111
|
-
import "./
|
|
112
|
-
import "./
|
|
113
|
-
import "./
|
|
114
|
-
import "./
|
|
115
|
-
import "./
|
|
116
|
-
import "./
|
|
117
|
-
import "./
|
|
118
|
-
import
|
|
9
|
+
import "./BarShift-2XBhva1A.js";
|
|
10
|
+
import "./Beam-B3BX08lR.js";
|
|
11
|
+
import "./Blob-B7IFHhVB.js";
|
|
12
|
+
import "./computeBlur-CprKe0xa.js";
|
|
13
|
+
import "./Blur-5_t3tR_g.js";
|
|
14
|
+
import "./BrickPattern-BfTsjp4I.js";
|
|
15
|
+
import "./BrightnessContrast-GppIqtkO.js";
|
|
16
|
+
import "./Bulge-DMOATSEs.js";
|
|
17
|
+
import "./ChannelBlur-DWgS3nhn.js";
|
|
18
|
+
import "./Checkerboard-BVBGTvd-.js";
|
|
19
|
+
import "./Chevron-BKZjAXR_.js";
|
|
20
|
+
import "./ChromaFlow-C0guw_LP.js";
|
|
21
|
+
import "./ChromaticAberration-vygkvgz-.js";
|
|
22
|
+
import "./Circle-BycqVCMt.js";
|
|
23
|
+
import "./ColorWheel-BQUKQPM-.js";
|
|
24
|
+
import "./ConcentricSpin-CO3Kx1I1.js";
|
|
25
|
+
import "./ConicGradient-DRvVwiSj.js";
|
|
26
|
+
import "./ContourLines-s4waN3uU.js";
|
|
27
|
+
import "./sdf-D_EAGXhN.js";
|
|
28
|
+
import "./Crescent-ppz7W7eM.js";
|
|
29
|
+
import "./Cross-BfNOtQ6s.js";
|
|
30
|
+
import "./CRTScreen-corekL_R.js";
|
|
31
|
+
import "./Crystal-QsQoy8fZ.js";
|
|
32
|
+
import "./CursorRipples-CLP7Sinv.js";
|
|
33
|
+
import "./CursorTrail-CshoSM5Y.js";
|
|
34
|
+
import "./DiamondGradient-D6eyjZOn.js";
|
|
35
|
+
import "./DiffuseBlur-BjvXHmJx.js";
|
|
36
|
+
import "./Dither-z6s-TFg7.js";
|
|
37
|
+
import "./DOMTexture-Ec0k6AnK.js";
|
|
38
|
+
import "./DotGrid-BxAAGO4F.js";
|
|
39
|
+
import "./DropShadow-CR3cecIQ.js";
|
|
40
|
+
import "./Duotone-PwTfBBtM.js";
|
|
41
|
+
import "./Ellipse-sWhNvW9-.js";
|
|
42
|
+
import "./Emboss-DGaubb9x.js";
|
|
43
|
+
import "./FallingLines-DqIZ8wTH.js";
|
|
44
|
+
import "./FilmGrain-Dbw02Jz9.js";
|
|
45
|
+
import "./FloatingParticles-C4sLwGyT.js";
|
|
46
|
+
import "./Flower-BbRNrXIa.js";
|
|
47
|
+
import "./FlowField-D3CAHBBG.js";
|
|
48
|
+
import "./FlowingGradient-BRQ_K-k3.js";
|
|
49
|
+
import "./FlutedGlass-CyFWN_SM.js";
|
|
50
|
+
import "./Fog-CLGVVVeo.js";
|
|
51
|
+
import "./Form3D-8tPyUgh4.js";
|
|
52
|
+
import "./FractalNoise-Ccufnbw6.js";
|
|
53
|
+
import "./Glass-CXT1jdLw.js";
|
|
54
|
+
import "./GlassTiles-CXJHjEBe.js";
|
|
55
|
+
import "./Glitch-Bg9W-KNm.js";
|
|
56
|
+
import "./Glow-5PP4-rM9.js";
|
|
57
|
+
import "./Godrays-DHXKsw5B.js";
|
|
58
|
+
import "./Grayscale-DgXoUcmg.js";
|
|
59
|
+
import "./Grid-DwyhjFAT.js";
|
|
60
|
+
import "./GridDistortion-DJ8S-96Y.js";
|
|
61
|
+
import "./Group-DmgNNlDd.js";
|
|
62
|
+
import "./Halftone-x9boWkFW.js";
|
|
63
|
+
import "./HexGrid-BUsgyF8P.js";
|
|
64
|
+
import "./HueShift-D3_5D7jx.js";
|
|
65
|
+
import "./ImageTexture-6ZzBt79u.js";
|
|
66
|
+
import "./Invert-kXxY97QJ.js";
|
|
67
|
+
import "./Kaleidoscope-D4jRcZCt.js";
|
|
68
|
+
import "./LensFlare-D7vypE2Q.js";
|
|
69
|
+
import "./LinearBlur-2hspd2YP.js";
|
|
70
|
+
import "./LinearGradient-glCc9IaB.js";
|
|
71
|
+
import "./Liquify-uZjs0wcu.js";
|
|
72
|
+
import "./Marble-DkHLcqFD.js";
|
|
73
|
+
import "./Mirror-Dv5fOEp6.js";
|
|
74
|
+
import "./MultiPointGradient-Dvt1GUiv.js";
|
|
75
|
+
import "./Neon-DQDB7hAE.js";
|
|
76
|
+
import "./Paper-DNP2-hPM.js";
|
|
77
|
+
import "./Perspective-CAIchX9p.js";
|
|
78
|
+
import "./Pixelate-BbT3Rrf2.js";
|
|
79
|
+
import "./Plasma-D9rhkH2y.js";
|
|
80
|
+
import "./PolarCoordinates-2RBCk-fo.js";
|
|
81
|
+
import "./Polygon-C6_siOs0.js";
|
|
82
|
+
import "./Posterize-DNxTRgvF.js";
|
|
83
|
+
import "./ProgressiveBlur-BJwJ5mE0.js";
|
|
84
|
+
import "./RadialGradient-CQIctl__.js";
|
|
85
|
+
import "./RectangularCoordinates-F2VzXmal.js";
|
|
86
|
+
import "./Ring-CtnDtTY8.js";
|
|
87
|
+
import "./Ripples-B4H0VoZb.js";
|
|
88
|
+
import "./RoundedRect-tnt7Jr5b.js";
|
|
89
|
+
import "./Saturation-6FlxHXSi.js";
|
|
90
|
+
import "./Sharpness-C4cJlBuh.js";
|
|
91
|
+
import "./Shatter-CnkycTRD.js";
|
|
92
|
+
import "./SimplexNoise-BnRaoxON.js";
|
|
93
|
+
import "./SineWave-CZ4Fanvr.js";
|
|
94
|
+
import "./Smoke-CXPjGG-b.js";
|
|
95
|
+
import "./SmokeFill-DzEtYeKN.js";
|
|
96
|
+
import "./Solarize-CynVlxjT.js";
|
|
97
|
+
import "./SolidColor-dCAOGC_P.js";
|
|
98
|
+
import "./Spherize-C77QGVWj.js";
|
|
99
|
+
import "./Spiral-eN65wa6O.js";
|
|
100
|
+
import "./Star-0Flymgm9.js";
|
|
101
|
+
import "./Strands-DnWJDGiO.js";
|
|
102
|
+
import "./Stretch-B5XGF1bF.js";
|
|
103
|
+
import "./Stripes-CNXJpFyr.js";
|
|
104
|
+
import "./StudioBackground-DtiE2mCf.js";
|
|
105
|
+
import "./SunBurst-D9X1-buZ.js";
|
|
106
|
+
import "./Swirl-BV6pN94G.js";
|
|
107
|
+
import "./TiltShift-r4qzPb2k.js";
|
|
108
|
+
import "./Tint-CJ8FQdzA.js";
|
|
109
|
+
import "./Trapezoid-JmybJMUr.js";
|
|
110
|
+
import "./Tritone-D_QvxjGc.js";
|
|
111
|
+
import "./Truchet-BJeZS_JQ.js";
|
|
112
|
+
import "./Twirl-8ayqS0n8.js";
|
|
113
|
+
import "./Vesica-D7iqgpJg.js";
|
|
114
|
+
import "./VHS-Gbec95K_.js";
|
|
115
|
+
import "./Vibrance-COKHmh8r.js";
|
|
116
|
+
import "./browser-BamVDhaZ.js";
|
|
117
|
+
import "./VideoTexture-D9XxE1Hw.js";
|
|
118
|
+
import "./Vignette-Y_2yono-.js";
|
|
119
|
+
import "./Voronoi-DQ_f6k5D.js";
|
|
120
|
+
import "./WaveDistortion-R5FfwKQN.js";
|
|
121
|
+
import "./Weave-DJ4s3Gwc.js";
|
|
122
|
+
import "./WebcamTexture-9Td8qQWm.js";
|
|
123
|
+
import "./WorleyNoise-CWytDfGH.js";
|
|
124
|
+
import "./ZoomBlur-DWFQVFMK.js";
|
|
125
|
+
import { t as getAllShaders } from "./shaderRegistry-CO5SCxc6.js";
|
|
119
126
|
import { Material, Mesh, MeshBasicNodeMaterial, OrthographicCamera, PlaneGeometry, SRGBColorSpace, Scene, Vector2, WebGPURenderer } from "three/webgpu";
|
|
120
127
|
import { WebGLRenderer } from "three";
|
|
121
128
|
import { PI, abs, add, atan, clamp, convertToTexture, cos, div, dot, float, fract, max, min, mix, mul, pow, screenUV, sign, sin, smoothstep, sqrt, step, sub, time, uniform, uv, vec2, vec3, vec4 } from "three/tsl";
|
|
@@ -762,6 +769,10 @@ function shaderRenderer() {
|
|
|
762
769
|
let pendingNodeRemoval = false;
|
|
763
770
|
let globalEventUnregister = null;
|
|
764
771
|
let unloadHandler = null;
|
|
772
|
+
let windowResizeHandler = null;
|
|
773
|
+
let cachedMaxTextureDim = 8192;
|
|
774
|
+
let lastRequestedWidth = 0;
|
|
775
|
+
let lastRequestedHeight = 0;
|
|
765
776
|
let enablePerformanceTracking = true;
|
|
766
777
|
const performanceTracker = new PerformanceTracker();
|
|
767
778
|
let pendingRegistrationQueue = [];
|
|
@@ -777,9 +788,22 @@ function shaderRenderer() {
|
|
|
777
788
|
let previousTextures = /* @__PURE__ */ new Set();
|
|
778
789
|
let pendingResize = null;
|
|
779
790
|
let isResizeScheduled = false;
|
|
791
|
+
const clampToTextureCap = (w, h) => {
|
|
792
|
+
const pr = renderer?.getPixelRatio?.() ?? 1;
|
|
793
|
+
const gpuCssCap = Math.max(1, Math.floor(cachedMaxTextureDim / pr) - 1);
|
|
794
|
+
const capW = Math.min(w, window.innerWidth, gpuCssCap);
|
|
795
|
+
const capH = Math.min(h, window.innerHeight, gpuCssCap);
|
|
796
|
+
const scale = Math.min(capW / w, capH / h, 1);
|
|
797
|
+
return {
|
|
798
|
+
width: Math.max(1, Math.round(w * scale)),
|
|
799
|
+
height: Math.max(1, Math.round(h * scale))
|
|
800
|
+
};
|
|
801
|
+
};
|
|
780
802
|
const updateRendererDimensions = (width, height) => {
|
|
781
803
|
if (width <= 0 || height <= 0) return;
|
|
782
|
-
if (width ===
|
|
804
|
+
if (width === lastRequestedWidth && height === lastRequestedHeight) return;
|
|
805
|
+
lastRequestedWidth = width;
|
|
806
|
+
lastRequestedHeight = height;
|
|
783
807
|
pendingResize = {
|
|
784
808
|
width,
|
|
785
809
|
height
|
|
@@ -789,8 +813,9 @@ function shaderRenderer() {
|
|
|
789
813
|
requestAnimationFrame(() => {
|
|
790
814
|
isResizeScheduled = false;
|
|
791
815
|
if (!pendingResize) return;
|
|
792
|
-
const
|
|
816
|
+
const raw = pendingResize;
|
|
793
817
|
pendingResize = null;
|
|
818
|
+
const { width: width$1, height: height$1 } = clampToTextureCap(raw.width, raw.height);
|
|
794
819
|
currentWidth = width$1;
|
|
795
820
|
currentHeight = height$1;
|
|
796
821
|
if (!hasInitialDimensions) {
|
|
@@ -2092,6 +2117,16 @@ function shaderRenderer() {
|
|
|
2092
2117
|
cleanup();
|
|
2093
2118
|
};
|
|
2094
2119
|
window.addEventListener("beforeunload", unloadHandler);
|
|
2120
|
+
windowResizeHandler = () => {
|
|
2121
|
+
if (lastRequestedWidth > 0 && lastRequestedHeight > 0) {
|
|
2122
|
+
const rawW = lastRequestedWidth;
|
|
2123
|
+
const rawH = lastRequestedHeight;
|
|
2124
|
+
lastRequestedWidth = 0;
|
|
2125
|
+
lastRequestedHeight = 0;
|
|
2126
|
+
updateRendererDimensions(rawW, rawH);
|
|
2127
|
+
}
|
|
2128
|
+
};
|
|
2129
|
+
window.addEventListener("resize", windowResizeHandler, { passive: true });
|
|
2095
2130
|
if (localAbortController.signal.aborted) return;
|
|
2096
2131
|
if (context) {
|
|
2097
2132
|
console.log("[Shaders] Using provided WebGL context");
|
|
@@ -2159,16 +2194,19 @@ function shaderRenderer() {
|
|
|
2159
2194
|
cachedCanvasRect = rect;
|
|
2160
2195
|
isVisible = !shouldObserveElement || rect.width > 0 && rect.height > 0 && rect.top < window.innerHeight && rect.bottom > 0 && rect.left < window.innerWidth && rect.right > 0;
|
|
2161
2196
|
shouldAnimate = true;
|
|
2162
|
-
const
|
|
2163
|
-
const
|
|
2164
|
-
const
|
|
2165
|
-
const
|
|
2166
|
-
if (
|
|
2167
|
-
|
|
2168
|
-
|
|
2197
|
+
const rawWidth = rect.width > 0 ? rect.width : canvas.width;
|
|
2198
|
+
const rawHeight = rect.height > 0 ? rect.height : canvas.height;
|
|
2199
|
+
const roundedRawWidth = Math.round(rawWidth);
|
|
2200
|
+
const roundedRawHeight = Math.round(rawHeight);
|
|
2201
|
+
if (roundedRawWidth > 0 && roundedRawHeight > 0) {
|
|
2202
|
+
lastRequestedWidth = roundedRawWidth;
|
|
2203
|
+
lastRequestedHeight = roundedRawHeight;
|
|
2204
|
+
const { width: clampedWidth, height: clampedHeight } = clampToTextureCap(roundedRawWidth, roundedRawHeight);
|
|
2205
|
+
currentWidth = clampedWidth;
|
|
2206
|
+
currentHeight = clampedHeight;
|
|
2169
2207
|
hasInitialDimensions = true;
|
|
2170
|
-
renderer.setSize(
|
|
2171
|
-
const aspectRatio =
|
|
2208
|
+
renderer.setSize(clampedWidth, clampedHeight, false);
|
|
2209
|
+
const aspectRatio = clampedWidth / clampedHeight;
|
|
2172
2210
|
const frustumHeight = 2;
|
|
2173
2211
|
const frustumWidth = frustumHeight * aspectRatio;
|
|
2174
2212
|
camera.left = -frustumWidth / 2;
|
|
@@ -2181,6 +2219,22 @@ function shaderRenderer() {
|
|
|
2181
2219
|
} else hasInitialDimensions = false;
|
|
2182
2220
|
if (shouldAnimate) startAnimation();
|
|
2183
2221
|
if (!localAbortController.signal.aborted) {
|
|
2222
|
+
try {
|
|
2223
|
+
if (renderer.backend?.isWebGPUBackend === true) {
|
|
2224
|
+
const lim = (renderer.backend?.device)?.limits?.maxTextureDimension2D;
|
|
2225
|
+
if (typeof lim === "number" && lim > 0) cachedMaxTextureDim = lim;
|
|
2226
|
+
} else {
|
|
2227
|
+
const lim = renderer.capabilities?.maxTextureSize;
|
|
2228
|
+
if (typeof lim === "number" && lim > 0) cachedMaxTextureDim = lim;
|
|
2229
|
+
}
|
|
2230
|
+
} catch {}
|
|
2231
|
+
if (lastRequestedWidth > 0 && lastRequestedHeight > 0) {
|
|
2232
|
+
const rawW = lastRequestedWidth;
|
|
2233
|
+
const rawH = lastRequestedHeight;
|
|
2234
|
+
lastRequestedWidth = 0;
|
|
2235
|
+
lastRequestedHeight = 0;
|
|
2236
|
+
updateRendererDimensions(rawW, rawH);
|
|
2237
|
+
}
|
|
2184
2238
|
isInitialized = true;
|
|
2185
2239
|
isRendererReady = true;
|
|
2186
2240
|
processQueuedRegistrations();
|
|
@@ -2214,6 +2268,10 @@ function shaderRenderer() {
|
|
|
2214
2268
|
window.removeEventListener("beforeunload", unloadHandler);
|
|
2215
2269
|
unloadHandler = null;
|
|
2216
2270
|
}
|
|
2271
|
+
if (windowResizeHandler) {
|
|
2272
|
+
window.removeEventListener("resize", windowResizeHandler);
|
|
2273
|
+
windowResizeHandler = null;
|
|
2274
|
+
}
|
|
2217
2275
|
stopAnimation();
|
|
2218
2276
|
disposePreviousTextures();
|
|
2219
2277
|
currentTextures.forEach((texture$1) => {
|
package/dist/core/registry.js
CHANGED
|
@@ -6,114 +6,121 @@ import "./Ascii-BwSMmD6Z.js";
|
|
|
6
6
|
import "./colorMixing-BPpDnR5I.js";
|
|
7
7
|
import "./time-DUqSFWvT.js";
|
|
8
8
|
import "./Aurora-D5Pjk4ve.js";
|
|
9
|
-
import "./
|
|
10
|
-
import "./
|
|
11
|
-
import "./
|
|
12
|
-
import "./
|
|
13
|
-
import "./
|
|
14
|
-
import "./
|
|
15
|
-
import "./
|
|
16
|
-
import "./
|
|
17
|
-
import "./
|
|
18
|
-
import "./
|
|
19
|
-
import "./
|
|
20
|
-
import "./
|
|
21
|
-
import "./
|
|
22
|
-
import "./
|
|
23
|
-
import "./
|
|
24
|
-
import "./
|
|
25
|
-
import "./
|
|
26
|
-
import "./
|
|
27
|
-
import "./
|
|
28
|
-
import "./
|
|
29
|
-
import "./
|
|
30
|
-
import "./
|
|
31
|
-
import "./
|
|
32
|
-
import "./
|
|
33
|
-
import "./
|
|
34
|
-
import "./
|
|
35
|
-
import "./
|
|
36
|
-
import "./
|
|
37
|
-
import "./
|
|
38
|
-
import "./
|
|
39
|
-
import "./
|
|
40
|
-
import "./
|
|
41
|
-
import "./
|
|
42
|
-
import "./
|
|
43
|
-
import "./
|
|
44
|
-
import "./
|
|
45
|
-
import "./
|
|
46
|
-
import "./
|
|
47
|
-
import "./
|
|
48
|
-
import "./
|
|
49
|
-
import "./
|
|
50
|
-
import "./
|
|
51
|
-
import "./
|
|
52
|
-
import "./
|
|
53
|
-
import "./
|
|
54
|
-
import "./
|
|
55
|
-
import "./
|
|
56
|
-
import "./
|
|
57
|
-
import "./
|
|
58
|
-
import "./
|
|
59
|
-
import "./
|
|
60
|
-
import "./
|
|
61
|
-
import "./
|
|
62
|
-
import "./
|
|
63
|
-
import "./
|
|
64
|
-
import "./
|
|
65
|
-
import "./
|
|
66
|
-
import "./
|
|
67
|
-
import "./
|
|
68
|
-
import "./
|
|
69
|
-
import "./
|
|
70
|
-
import "./
|
|
71
|
-
import "./
|
|
72
|
-
import "./
|
|
73
|
-
import "./
|
|
74
|
-
import "./
|
|
75
|
-
import "./
|
|
76
|
-
import "./
|
|
77
|
-
import "./
|
|
78
|
-
import "./
|
|
79
|
-
import "./
|
|
80
|
-
import "./
|
|
81
|
-
import "./
|
|
82
|
-
import "./
|
|
83
|
-
import "./
|
|
84
|
-
import "./
|
|
85
|
-
import "./
|
|
86
|
-
import "./
|
|
87
|
-
import "./
|
|
88
|
-
import "./
|
|
89
|
-
import "./
|
|
90
|
-
import "./
|
|
91
|
-
import "./
|
|
92
|
-
import "./
|
|
93
|
-
import "./
|
|
94
|
-
import "./
|
|
95
|
-
import "./
|
|
96
|
-
import "./
|
|
97
|
-
import "./
|
|
98
|
-
import "./
|
|
99
|
-
import "./
|
|
100
|
-
import "./
|
|
101
|
-
import "./
|
|
102
|
-
import "./
|
|
103
|
-
import "./
|
|
104
|
-
import "./
|
|
105
|
-
import "./
|
|
106
|
-
import "./
|
|
107
|
-
import "./
|
|
108
|
-
import "./
|
|
109
|
-
import "./
|
|
110
|
-
import "./
|
|
111
|
-
import "./
|
|
112
|
-
import "./
|
|
113
|
-
import "./
|
|
114
|
-
import "./
|
|
115
|
-
import "./
|
|
116
|
-
import "./
|
|
117
|
-
import "./
|
|
118
|
-
import
|
|
9
|
+
import "./BarShift-2XBhva1A.js";
|
|
10
|
+
import "./Beam-B3BX08lR.js";
|
|
11
|
+
import "./Blob-B7IFHhVB.js";
|
|
12
|
+
import "./computeBlur-CprKe0xa.js";
|
|
13
|
+
import "./Blur-5_t3tR_g.js";
|
|
14
|
+
import "./BrickPattern-BfTsjp4I.js";
|
|
15
|
+
import "./BrightnessContrast-GppIqtkO.js";
|
|
16
|
+
import "./Bulge-DMOATSEs.js";
|
|
17
|
+
import "./ChannelBlur-DWgS3nhn.js";
|
|
18
|
+
import "./Checkerboard-BVBGTvd-.js";
|
|
19
|
+
import "./Chevron-BKZjAXR_.js";
|
|
20
|
+
import "./ChromaFlow-C0guw_LP.js";
|
|
21
|
+
import "./ChromaticAberration-vygkvgz-.js";
|
|
22
|
+
import "./Circle-BycqVCMt.js";
|
|
23
|
+
import "./ColorWheel-BQUKQPM-.js";
|
|
24
|
+
import "./ConcentricSpin-CO3Kx1I1.js";
|
|
25
|
+
import "./ConicGradient-DRvVwiSj.js";
|
|
26
|
+
import "./ContourLines-s4waN3uU.js";
|
|
27
|
+
import "./sdf-D_EAGXhN.js";
|
|
28
|
+
import "./Crescent-ppz7W7eM.js";
|
|
29
|
+
import "./Cross-BfNOtQ6s.js";
|
|
30
|
+
import "./CRTScreen-corekL_R.js";
|
|
31
|
+
import "./Crystal-QsQoy8fZ.js";
|
|
32
|
+
import "./CursorRipples-CLP7Sinv.js";
|
|
33
|
+
import "./CursorTrail-CshoSM5Y.js";
|
|
34
|
+
import "./DiamondGradient-D6eyjZOn.js";
|
|
35
|
+
import "./DiffuseBlur-BjvXHmJx.js";
|
|
36
|
+
import "./Dither-z6s-TFg7.js";
|
|
37
|
+
import "./DOMTexture-Ec0k6AnK.js";
|
|
38
|
+
import "./DotGrid-BxAAGO4F.js";
|
|
39
|
+
import "./DropShadow-CR3cecIQ.js";
|
|
40
|
+
import "./Duotone-PwTfBBtM.js";
|
|
41
|
+
import "./Ellipse-sWhNvW9-.js";
|
|
42
|
+
import "./Emboss-DGaubb9x.js";
|
|
43
|
+
import "./FallingLines-DqIZ8wTH.js";
|
|
44
|
+
import "./FilmGrain-Dbw02Jz9.js";
|
|
45
|
+
import "./FloatingParticles-C4sLwGyT.js";
|
|
46
|
+
import "./Flower-BbRNrXIa.js";
|
|
47
|
+
import "./FlowField-D3CAHBBG.js";
|
|
48
|
+
import "./FlowingGradient-BRQ_K-k3.js";
|
|
49
|
+
import "./FlutedGlass-CyFWN_SM.js";
|
|
50
|
+
import "./Fog-CLGVVVeo.js";
|
|
51
|
+
import "./Form3D-8tPyUgh4.js";
|
|
52
|
+
import "./FractalNoise-Ccufnbw6.js";
|
|
53
|
+
import "./Glass-CXT1jdLw.js";
|
|
54
|
+
import "./GlassTiles-CXJHjEBe.js";
|
|
55
|
+
import "./Glitch-Bg9W-KNm.js";
|
|
56
|
+
import "./Glow-5PP4-rM9.js";
|
|
57
|
+
import "./Godrays-DHXKsw5B.js";
|
|
58
|
+
import "./Grayscale-DgXoUcmg.js";
|
|
59
|
+
import "./Grid-DwyhjFAT.js";
|
|
60
|
+
import "./GridDistortion-DJ8S-96Y.js";
|
|
61
|
+
import "./Group-DmgNNlDd.js";
|
|
62
|
+
import "./Halftone-x9boWkFW.js";
|
|
63
|
+
import "./HexGrid-BUsgyF8P.js";
|
|
64
|
+
import "./HueShift-D3_5D7jx.js";
|
|
65
|
+
import "./ImageTexture-6ZzBt79u.js";
|
|
66
|
+
import "./Invert-kXxY97QJ.js";
|
|
67
|
+
import "./Kaleidoscope-D4jRcZCt.js";
|
|
68
|
+
import "./LensFlare-D7vypE2Q.js";
|
|
69
|
+
import "./LinearBlur-2hspd2YP.js";
|
|
70
|
+
import "./LinearGradient-glCc9IaB.js";
|
|
71
|
+
import "./Liquify-uZjs0wcu.js";
|
|
72
|
+
import "./Marble-DkHLcqFD.js";
|
|
73
|
+
import "./Mirror-Dv5fOEp6.js";
|
|
74
|
+
import "./MultiPointGradient-Dvt1GUiv.js";
|
|
75
|
+
import "./Neon-DQDB7hAE.js";
|
|
76
|
+
import "./Paper-DNP2-hPM.js";
|
|
77
|
+
import "./Perspective-CAIchX9p.js";
|
|
78
|
+
import "./Pixelate-BbT3Rrf2.js";
|
|
79
|
+
import "./Plasma-D9rhkH2y.js";
|
|
80
|
+
import "./PolarCoordinates-2RBCk-fo.js";
|
|
81
|
+
import "./Polygon-C6_siOs0.js";
|
|
82
|
+
import "./Posterize-DNxTRgvF.js";
|
|
83
|
+
import "./ProgressiveBlur-BJwJ5mE0.js";
|
|
84
|
+
import "./RadialGradient-CQIctl__.js";
|
|
85
|
+
import "./RectangularCoordinates-F2VzXmal.js";
|
|
86
|
+
import "./Ring-CtnDtTY8.js";
|
|
87
|
+
import "./Ripples-B4H0VoZb.js";
|
|
88
|
+
import "./RoundedRect-tnt7Jr5b.js";
|
|
89
|
+
import "./Saturation-6FlxHXSi.js";
|
|
90
|
+
import "./Sharpness-C4cJlBuh.js";
|
|
91
|
+
import "./Shatter-CnkycTRD.js";
|
|
92
|
+
import "./SimplexNoise-BnRaoxON.js";
|
|
93
|
+
import "./SineWave-CZ4Fanvr.js";
|
|
94
|
+
import "./Smoke-CXPjGG-b.js";
|
|
95
|
+
import "./SmokeFill-DzEtYeKN.js";
|
|
96
|
+
import "./Solarize-CynVlxjT.js";
|
|
97
|
+
import "./SolidColor-dCAOGC_P.js";
|
|
98
|
+
import "./Spherize-C77QGVWj.js";
|
|
99
|
+
import "./Spiral-eN65wa6O.js";
|
|
100
|
+
import "./Star-0Flymgm9.js";
|
|
101
|
+
import "./Strands-DnWJDGiO.js";
|
|
102
|
+
import "./Stretch-B5XGF1bF.js";
|
|
103
|
+
import "./Stripes-CNXJpFyr.js";
|
|
104
|
+
import "./StudioBackground-DtiE2mCf.js";
|
|
105
|
+
import "./SunBurst-D9X1-buZ.js";
|
|
106
|
+
import "./Swirl-BV6pN94G.js";
|
|
107
|
+
import "./TiltShift-r4qzPb2k.js";
|
|
108
|
+
import "./Tint-CJ8FQdzA.js";
|
|
109
|
+
import "./Trapezoid-JmybJMUr.js";
|
|
110
|
+
import "./Tritone-D_QvxjGc.js";
|
|
111
|
+
import "./Truchet-BJeZS_JQ.js";
|
|
112
|
+
import "./Twirl-8ayqS0n8.js";
|
|
113
|
+
import "./Vesica-D7iqgpJg.js";
|
|
114
|
+
import "./VHS-Gbec95K_.js";
|
|
115
|
+
import "./Vibrance-COKHmh8r.js";
|
|
116
|
+
import "./browser-BamVDhaZ.js";
|
|
117
|
+
import "./VideoTexture-D9XxE1Hw.js";
|
|
118
|
+
import "./Vignette-Y_2yono-.js";
|
|
119
|
+
import "./Voronoi-DQ_f6k5D.js";
|
|
120
|
+
import "./WaveDistortion-R5FfwKQN.js";
|
|
121
|
+
import "./Weave-DJ4s3Gwc.js";
|
|
122
|
+
import "./WebcamTexture-9Td8qQWm.js";
|
|
123
|
+
import "./WorleyNoise-CWytDfGH.js";
|
|
124
|
+
import "./ZoomBlur-DWFQVFMK.js";
|
|
125
|
+
import { a as shaderRegistry, i as getShadersByCategory, n as getShaderByName, r as getShaderCategories, t as getAllShaders } from "./shaderRegistry-CO5SCxc6.js";
|
|
119
126
|
export { getAllShaders, getShaderByName, getShaderCategories, getShadersByCategory, shaderRegistry };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"renderer.d.ts","sourceRoot":"","sources":["../src/renderer.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"renderer.d.ts","sourceRoot":"","sources":["../src/renderer.ts"],"names":[],"mappings":"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"}
|