p5.js-website
p5.js-website copied to clipboard
Shader intro tutorial
Changes: In the process of adding a Introduction to Shaders tutorial to the learn page. This tutorial would have the following goals:
- Introduce how shaders are set up in p5.js
- Introduce basic terminology and syntax for shader programming
- Provide a basic and thoroughly commented example
- Provide resources for going further with shaders
This draft pull request is so @kjhollen can provide some feedback for my GSOC project.