From 06896b1b153c38d56c7d8786bacec8c4d1dc98ed Mon Sep 17 00:00:00 2001 From: Manan Karnik Date: Fri, 8 Mar 2024 12:56:08 +0530 Subject: [PATCH] docs: add showcase section (closes #1) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7233fe7..41c7211 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,10 @@ - Allows saving generated assets (uses `rfd` for native, javascript blob for wasm) - Serializes and deserializes components using `serde` +## Showcase + +Check out [Procedra](https://procedra.netlify.app) [[Source](https://github.com/manankarnik/procedra)], a procedural generation web application that allows you to experiment with all the parameters and generate assets in real-time! + ## Installation Add `bevy_generative` to your rust project