# Shader basics: Coordinates and colors
Shader basics 1 / 1
5 min read
Shaders turn math into visuals by calculating a color for every pixel on the screen. Before we can start drawing circles, animating patterns, or building trippy effects, we need the basics.