So i am trying to recreate this website:
more importantly the Horizontal scroll with images and the pixel distortion.
After bit of surfing i found how to implement horizontal scroll using gsap and the pixel distortion using shader, but how do i integrate both of them together?
Integrating the 3d meshes, making it responsive with design and screens.
I tried to use p5js for the effect, since i though it’d be complex to track the positions of the planes in 3d and match it with css, but turned out doing it in p5js was a bit tricky so i am hoping i could find some help here.