Skip to content
Shaders experimentation

Created with Vite and React, this web app also features its own code editor. I’ve included some examples that I spun together as part of my shader learnings.

As a child, I remember staring into the Windows Media Player visualisations, and wondering what magic was at work to create them.

The answer is shaders; bits of code which can assign colours based on the coordinates of pixels over some kind of render area.

After reading through The Book of Shaders (a wonderful resource, by the way), I thought I’d try creating some of my own.

Can be viewed on both desktop and mobile – the interactive shaders work with both touch and mouse gestures.

Back To Top