Getting Started

Learning shaders

ShaderPad can help you build shader-driven projects quickly, but it does not replace the broader process of learning how shaders work. If you are new to this space, the fastest path is usually a mix of play, fundamentals, and following people whose work excites you.

Click Around ShaderToy

If you have not already, go to ShaderToy and click around for 15 minutes. You are almost guaranteed to find a few inspiring projects, and you will come back with a much better feel for what shaders can do.

Don’t worry yet if you don’t understand every line. At this stage, it is more useful to build taste and curiosity than to force all the technical details at once.

Start With Fundamentals

When you are ready to get technical, read The Book of Shaders. It is one of the best introductions to the mental models behind fragment shaders, shaping functions, color, noise, and procedural composition.

Get Inspired

Find graphics programmers and shader artists online and pay attention to how they explain their work, what kinds of effects they build, and what tools they use.

Some examples worth exploring:

These are only starting points. Do a lot of research, find more people whose work speaks to you, and build your own list over time. That personal reference library is one of the best ways to keep improving.

How This Fits With ShaderPad

Use ShaderPad when you want to move from inspiration into a real project quickly. The wider shader community can help sharpen your visual taste, technical intuition, and sense of what is possible.

Next

Previous
Quickstart