Added QFT

This commit is contained in:
2026-05-29 15:40:42 -04:00
parent e59b024b62
commit 56c59a1f9c
148 changed files with 428741 additions and 7 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 850 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 876 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 1.1 MiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 1.0 MiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 867 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 868 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 876 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 832 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 1.5 MiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 1.2 MiB

View File

@@ -0,0 +1,27 @@
<!DOCTYPE html><html><head><meta charset="utf-8"><title>QFT · sketch 05 · dense sub-grid + rosette mandalas</title>
<style>body{margin:0;background:#0b0b0b;color:#bbb;font:12px/1.5 ui-monospace,Menlo,monospace;padding:26px;max-width:1800px}
h1{font-weight:400;letter-spacing:.22em;text-transform:uppercase;font-size:13px;color:#d4a5b8}
.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(440px,1fr));gap:20px;margin-top:18px}
figure{margin:0;background:#fff;border:1px solid #262626;overflow:hidden}img{width:100%;display:block}
figcaption{padding:8px 10px;color:#e8e4d8;background:#111}small{color:#777;display:block}
.notes{color:#999;font-size:12px;background:#1a1014;padding:14px 18px;border-left:3px solid #d4a5b8;margin:18px 0}</style></head><body>
<h1>QFT · sketch 05 · dense sub-grid + rosette mandalas</h1>
<div class="notes">
<b>Two new mechanics exercised:</b><br>
1. <b>Dense cubic mesh</b> (<code>cubicN=2</code> → 125 vertices / ~300 edges) at <em>low opacity</em> (~0.30) — reads as fine atmospheric tessellation, not solid wallpaper. Photon waves at <code>photonCyclesPerUnit=22+</code> for the "finer oscillating sub-grid" feel.<br>
2. <b>Large rosettes as the focal subject</b> — E8 cluster scaled 0.550.95, solid saturated colour (lightness ~0.48, sat ~0.55), opacity ~0.85. The rosette becomes the picture; the cubic mesh is texture behind it.<br><br>
<i>Honest note:</i> the first interpretation of "lighter than bg" rosettes didn't pop because lighter-than-light-paper is barely a difference. The solid-saturated-rosette + atmospheric-cubic combination is what made the mandala-style figures emerge.
</div>
<div class=grid>
<figure><img src="01_spectral-comb-pearl.svg"><figcaption>01 Spectral comb · pearl<small>radial gradient · single large rosette with multi-hue petals</small></figcaption></figure>
<figure><img src="02_dense-radial-cream.svg"><figcaption>02 Dense radial · cream<small>central rosette in warm-to-cool radial spread</small></figcaption></figure>
<figure><img src="03_linear-horizon-ivory.svg"><figcaption>03 Linear horizon · ivory<small>twin rosettes lower; linear-x hue shift across canvas</small></figcaption></figure>
<figure><img src="04_twin-rosettes-mauve.svg"><figcaption>04 Twin rosettes · pale mauve ★<small>two overlapping pink-violet rosettes on lavender ground</small></figcaption></figure>
<figure><img src="05_finest-waves-linen.svg"><figcaption>05 Finest waves · linen<small>photonCyclesPerUnit=30 — finest ripples; warm central rosette</small></figcaption></figure>
<figure><img src="06_big-mandala-pale-blue.svg"><figcaption>06 Big mandala · pale blue ★<small>single 0.92-scale rosette as central quantum mandala</small></figcaption></figure>
<figure><img src="07_dense-ghostly-schlegel-bone.svg"><figcaption>07 Ghostly Schlegel · bone china<small>ghostly large schlegel overlay + central rosette</small></figcaption></figure>
<figure><img src="08_atmospheric-mint.svg"><figcaption>08 Atmospheric · pale mint<small>large soft rosette on pale-mint ground</small></figcaption></figure>
<figure><img src="09_all-dense-layered-pearl.svg"><figcaption>09 All-dense layered · pearl<small>4 quarter-rosettes at corners + dense cubic everywhere</small></figcaption></figure>
<figure><img src="10_concentric-rosettes-pale-rose.svg"><figcaption>10 Concentric rosettes · pale rose ★<small>3 nested rosettes (large/medium/small) at centre — the strongest mandala</small></figcaption></figure>
</div>
</body></html>

View File

@@ -0,0 +1,18 @@
<!DOCTYPE html><html><head><meta charset="utf-8">
<style>html,body{margin:0;background:#222}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:10px;width:2400px}figure{margin:0;position:relative;background:#fff;overflow:hidden}img{width:100%;display:block}figcaption{position:absolute;left:0;bottom:0;right:0;padding:6px 10px;font:15px ui-monospace,monospace;color:#fff;background:linear-gradient(transparent,#000d)}</style></head><body>
<div class="grid" id=g></div><script>
const items=[
["01_spectral-comb-pearl.svg","01 spectral comb · pearl"],
["02_dense-radial-cream.svg","02 dense radial · cream"],
["03_linear-horizon-ivory.svg","03 linear horizon · ivory"],
["04_twin-rosettes-mauve.svg","04 twin rosettes · mauve"],
["05_finest-waves-linen.svg","05 finest waves · linen"],
["06_big-mandala-pale-blue.svg","06 big mandala · pale blue"],
["07_dense-ghostly-schlegel-bone.svg","07 ghostly schlegel · bone"],
["08_atmospheric-mint.svg","08 atmospheric · mint"],
["09_all-dense-layered-pearl.svg","09 all-dense layered · pearl"],
["10_concentric-rosettes-pale-rose.svg","10 concentric rosettes · rose"],
];
const base="http://localhost:8731/output/qft/sketch05/";const g=document.getElementById('g');
for(const[f,c]of items){const fig=document.createElement('figure');const im=document.createElement('img');im.src=base+f;const cap=document.createElement('figcaption');cap.textContent=c;fig.append(im,cap);g.append(fig);}
</script></body></html>