From 1fc88c1c4eac0297eb843aea1eb2e49637e8d925 Mon Sep 17 00:00:00 2001 From: Leonxlnx Date: Wed, 10 Jun 2026 00:35:35 +0200 Subject: [PATCH] Add live demo link to README for GitHub Pages Co-authored-by: Cursor --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c5e645d..f16d1cf 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # LUMEN — Generative Shader Studio +**[Try it live →](https://leonxlnx.github.io/lumenshaders/)** + A self-contained web tool that generates looping abstract shader art: liquid chrome, silk ribbons, soft gradient blooms, aura rings, light rays, halftone fields, data glyphs, reeded glass and pixel mosaics. Everything is rendered in real time with WebGL2 and every animation is a mathematically perfect loop. ![Liquid Chrome](docs/preview-chrome.png) @@ -10,10 +12,10 @@ A self-contained web tool that generates looping abstract shader art: liquid chr ## Run it -No build step, no dependencies. Either: +No build step, no dependencies. -- double-click `index.html`, or -- serve the folder: `npx http-server . -p 8080` and open `http://localhost:8080` +- **Live demo:** [leonxlnx.github.io/lumenshaders](https://leonxlnx.github.io/lumenshaders/) +- **Local:** double-click `index.html`, or run `npx http-server . -p 8080` Requires a browser with WebGL2 (Chrome, Edge, Firefox).