From 606b2e85e85aed4bdb2ea02c2ef0814db5db4f28 Mon Sep 17 00:00:00 2001 From: hellerve Date: Tue, 6 Jun 2017 19:16:50 -0400 Subject: [PATCH] readme: a bit more info --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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.