Changelog
0.13.1 (2024-12-09)
New:
rotation
property to kaleidoscope
effect.Breaking:
Kaleidoscope.offset
from a number
to an object of { x: number, y: number }
.Changelog
0.12.0 (2024-12-04)
New:
shouldUpdate
flag to kamposSource
to force/depress source resampling.kampos#setSource()
without dimensions will attempt to read dimensions from HTMLImageElement
or HTMLVideoElement
.Changelog
0.11.7 (2024-12-02)
Fixed:
slitScan
effect, added missing setter for the time
uniform.Changelog
0.11.5 (2024-12-01)
New:
simplex-2d
noise.circle
utility for creating a circle mask.Changelog
0.11.4 (2024-11-25)
Fixed:
displacement
effect should not be offset by -0.5.Changelog
0.11.3 (2024-11-17)
New:
deformation
effect.channelSplit
effect.displacement
effect to support blue channel for intensity.multi-pointer
demo.white
noise.mouse
utility for adding the u_mouse
uniform to the shader.resolution
utility for adding the u_resolution
uniform to the shader.