Shader school
ossinteractive_tutorialstarUrl
On HN
Description
An (interactive) introduction to GLSL shaders and graphics programming that runs in your web browser.
Topic
What is it
This is a web page, with a series of tutorials on how to code GLSL.
In the style of [ Ruby koans ] .
For each lesson there is an expected and an actual shader. The former is
provided by us, and your goal is to simply modify the actual shader so that it
matches the expected one.