Skip to content

Commit cc479b3

Browse files
committed
Add Chromacode Lab — text-to-color p5.js visualization
Each word in the uploaded text becomes a colored block on thin horizontal bands; block width encodes word length, color encodes the word itself (same word always gets same color via char-code hash). Five curated palettes: Risograph, Signal, Botanical, Archive, and Mono. Controls for px-per-char scale, bar height, guide lines, and paragraph-break spacing. Exports PNG via p5.js saveCanvas. Nav updated across all pages. https://claude.ai/code/session_01P79Q1zXKm29o3kqd2rmHMD
1 parent 588b382 commit cc479b3

12 files changed

Lines changed: 527 additions & 0 deletions

about.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<a href="long-tail-lab.html">Long Tail Lab</a>
1818
<a href="grid-it-lab.html">Grid-It Lab</a>
1919
<a href="letter-replacement-lab.html">Letter Swap</a>
20+
<a href="chromacode-lab.html">Chromacode</a>
2021
<a href="about.html">About</a>
2122
</nav>
2223

alphabetizer-lab.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<a href="long-tail-lab.html">Long Tail Lab</a>
1818
<a href="grid-it-lab.html">Grid-It Lab</a>
1919
<a href="letter-replacement-lab.html">Letter Swap</a>
20+
<a href="chromacode-lab.html">Chromacode</a>
2021
<a href="about.html">About</a>
2122
</nav>
2223

0 commit comments

Comments
 (0)