Building an In-Browser Green Screen Background Remover with WebCodecs and WebGPU
Learn how to build a high-performance video background remover in the browser. Interlace camera streams using WebCodecs and custom WebGPU shaders.
6/1/202611 min read
3 articles tagged with GLSL
Learn how to build a high-performance video background remover in the browser. Interlace camera streams using WebCodecs and custom WebGPU shaders.
Unlock the secrets of Signed Distance Fields (SDFs). Learn how to render infinitely complex 3D fractals inside a single WebGL fragment shader using Raymarching.
Learn how to write custom GLSL vertex and fragment shaders in Three.js to simulate realistic fluid dynamics and interactive liquid physics at 60 FPS.