From f8127b98bca598f8df3641b71617d20765071e5d Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Wed, 28 May 2025 11:36:36 +0200 Subject: Add webgl noise --- index.html | 7 + webgl/index.html | 441 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 448 insertions(+) create mode 100644 webgl/index.html diff --git a/index.html b/index.html index 7c85ebf..f0aacc1 100644 --- a/index.html +++ b/index.html @@ -167,6 +167,13 @@ + +
WebGL Noise Generator
+
+ Interactive 3D graphics using WebGL with customizable parameters and real-time rendering. +
+
+
Morse Hero
diff --git a/webgl/index.html b/webgl/index.html new file mode 100644 index 0000000..f335729 --- /dev/null +++ b/webgl/index.html @@ -0,0 +1,441 @@ + + + + + + + WebGL Experiment | Vibes + + + + + + + + + + + ← Back to Vibes + + + + + \ No newline at end of file -- cgit v1.3.1