From f84b515523a6c70983ac370a863caf1685522a55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Forment?= Date: Sun, 6 Jul 2025 01:14:43 +0200 Subject: [PATCH] lots of updates --- coolshaders.md | 2 + index.html | 54 +++++++++++++ src/FakeShader.ts | 12 +++ src/ShaderWorker.ts | 162 ++++++++++++++++++++++++++++---------- src/Storage.ts | 19 ++++- src/main.ts | 186 ++++++++++++++++++++++++++++++++++++++++++-- 6 files changed, 382 insertions(+), 53 deletions(-) diff --git a/coolshaders.md b/coolshaders.md index b99d9d3..2ef4cfe 100644 --- a/coolshaders.md +++ b/coolshaders.md @@ -2,3 +2,5 @@ x<<127*y*t x<<20*t*80*y^8 x**10*y^200*t+20 x**10*y^200*t+20 +x ^ Math.sin(y ^ x) * Math.sin(t) * Math.PI * 200 +x ^ Math.sin(y ^ x) * Math.sin(t) * Math.PI ** 4 | x % 40 diff --git a/index.html b/index.html index e34ae86..1729d87 100644 --- a/index.html +++ b/index.html @@ -784,6 +784,16 @@ +