Date: 2025-
Medium: GLSL Shader script, GPU, PC, 4K video screen,
Duration: Generative moving image, duration infinite.
A shader is a small program that runs on the GPU to calculate how each pixel (or vertex) should look on the screen. Shaders are used to control how things are drawn on screen, including their color, lighting, textures, and visual effects. They are different that geometry (think: 3D wireframe model) because geometry defines the shape and structure of objects using vertices and triangles, while shaders define how those surfaces look by computing color, lighting, and effects for each pixel.
So now that you know that…
This series of generative video works uses OpenGL Shader Language (GLSL) to produce vibrant ocean videos with no geometry. Instead of simulating the 3D shape of water, the shader runs a mathematical algorithm to fake a light ray hitting an imaginary ocean. The wave shapes come from functions that describe how water movement might move over time, and the shader uses those mathematical functions to figure out where the surface of the water would be and what direction it would be facing. Using this information, it calculates the lighting to create the impression of a 3D space. There’s no easy way to explain this, but you will have to make do with this explanation.