From ae2890371c22c556514c58ce0fe06e1016c4c8f2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 26 Feb 2026 21:17:47 +0000 Subject: [PATCH 1/2] Initial plan From 927658e6a503a442f5e0a022d985873878ad6c9c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 26 Feb 2026 21:29:55 +0000 Subject: [PATCH 2/2] add fractal.html: interactive WebGL fractal explorer with 5 modes Co-authored-by: blackboxprogramming <118287761+blackboxprogramming@users.noreply.github.com> --- fractal.html | 461 +++++++++++++++++++++++++++++++++++++++++++++++++++ index.html | 1 + vr.html | 2 + 3 files changed, 464 insertions(+) create mode 100644 fractal.html diff --git a/fractal.html b/fractal.html new file mode 100644 index 0000000..ed6233b --- /dev/null +++ b/fractal.html @@ -0,0 +1,461 @@ + + + + + +Simulation Hypothesis — Fractal Explorer + + + + + + + + +
+

∞ FRACTAL EXPLORER

+

+ Infinite complexity from the simple rule z → z² + c
+ Self-similar patterns at every scale of magnification.
+ The simulation generating itself recursively — evidence item #10. +

+ +

+ ← Evidence Explorer +     + ⬡ 3D / VR → +

+
+ +
+ + + + + + + + ⬡ 3D/VR + ← INDEX +
+ +
+
scroll to zoom · drag to pan · double-click to zoom in
+ + + + diff --git a/index.html b/index.html index 9e66590..7b3cc4b 100644 --- a/index.html +++ b/index.html @@ -417,6 +417,7 @@

Simulation Hypothesis