Clauvin / Mobile-Dev-Training

Studying mobile dev.
0 stars 0 forks source link

Tutorial 2 - Read about shaders #9

Open Clauvin opened 5 years ago

Clauvin commented 5 years ago

First material to read: https://en.wikipedia.org/wiki/Shader

Clauvin commented 5 years ago

Second material to read: https://thebookofshaders.com/01/

Clauvin commented 5 years ago

Stopped here: https://thebookofshaders.com/03/.

Have to make an issue to play a bit with shaders.

Clauvin commented 5 years ago

https://github.com/patriciogonzalezvivo/glslEditor - Guide for making shaders. http://editor.thebookofshaders.com/ - Where the shader code will be tested.

Clauvin commented 5 years ago

Stopped at https://thebookofshaders.com/05/, "Some extra useful functions".