diff --git a/README.md b/README.md index 348641d..0b479cc 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ # GLSL playground -A few sketches I made while working throught [The Book of Shaders](https://thebookofshaders.com/). +A few sketches I made while working through [The Book of Shaders](https://thebookofshaders.com/). +Some of them are notes, some of them are sketches, some of them originated from +exercises in the book (especially those in the directory `basic`). A lot of the +code thus isn't mine.