From three.js v180
Are you tired of constantly searching the meanings of differents chunks in three.js shaders?
Here is the list of most materials. It provid the compliled shaders, pre-compiled shaders and the materials uniforms.
Full links to originals chunks is provided in the compiled version of the shaders.
If you want to see them in a more interactive way, here is another project: ycw.github.io/three-shaderlib-skim/dist/#/latest
If you need to recompile the materials, follow those steps:
npm install
npm start
Navigate to http://localhost:8080 and click on "LAUNCH COMPILATION". You might need to accept the downloading browser alert to download all files.