List of compiled shaders from most materials

Hello,

I share this repository: github.com/Jonathan-J8/three-materials-compiled

I was tired of going back and forth through ShaderChunks to understand the functionality of each chunk. For those, like me, who want to understand the materials in three.js, here is a list of the most pre-compiled/compiled shaders and uniform materials.

Hope it will help some.

8 Likes

Hey fantastic resource! Very cool… I’ve bookmarked.

Also wanted to make you aware of this site which does something similar:
https://ycw.github.io/three-shaderlib-skim/dist/#/latest/phong/vertex

But I also like your approach with just the raw output. Very useful and maybe easier to read. TY :slight_smile:

3 Likes

Thats great! Very nice recourse!
I’ve been digging around in ShaderChunks for a couple of days.
Thanks!

2 Likes

thanks, great ressources! So, I put the link to this project in my readme :slight_smile:

1 Like