From 0410fc53e1ffcd24a38a9e5bdd434c184da3a284 Mon Sep 17 00:00:00 2001 From: Nicholas Rishel Date: Wed, 9 Jun 2021 01:16:37 -0700 Subject: [PATCH] Add SHADERed Rust link to Readme (#648) Increase visibility of SHADERed's rust-gpu integration by adding it to the Readme. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 466fd7f5f4..4e650b83fe 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,10 @@ See [source](examples/shaders/sky-shader/src/lib.rs) for full details. Check out [The `rust-gpu` Dev Guide][gpu-guide] for information on how to get started with using it in your projects. +Experiment with rust-gpu shaders in-bowser at [SHADERed][shadered]. + [gpu-guide]: https://embarkstudios.github.io/rust-gpu/book/ +[shadered]: https://shadered.org/shaders?language=rust&sort=hot ## Background