mrdoob / glsl-sandbox

Shader editor and gallery.
https://glslsandbox.com/
MIT License
1.56k stars 263 forks source link

Is there a book about algorithms used in shader #49

Closed wangjiangchuan closed 2 years ago

wangjiangchuan commented 7 years ago

I find that every shader has algorithms in it, especially some complex shader. Such perlin noise, ray-marching and fbm are hard to find clear and useful articles for me to understand. So is there a book that clearly explaining some basic algorithms used in shader? Or is there any book for a new bird to begin his shader journey?

mrdoob commented 7 years ago

A lot of the stuff comes from http://www.iquilezles.org/www/index.htm.