From cfa9328f88fa95176fd58f58644d7a605ee55324 Mon Sep 17 00:00:00 2001 From: Holger Dal Mogensen <61235930+sockmaster27@users.noreply.github.com> Date: Tue, 10 Sep 2024 21:54:24 +0200 Subject: [PATCH] Add examples to readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c25e488..ed20d42 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,12 @@ This function can then be executed on the GPU, ensuring massive parallelism and To learn more about how to write fragment shaders, check out [The Book of Shaders](https://thebookofshaders.com/). +The following is a collection of examples all made using Svader. + +![Shader example collage](https://raw.githubusercontent.com/sockmaster27/svader/master/resources/collage.png) + +The source code for these examples can be found in the [`src/routes/`](https://github.com/sockmaster27/svader/tree/master/src/routes) directory. + ## Usage To use a fragment shader component, you first need to decide whether to use WebGL or WebGPU.