[claude] Personal journal wall — Alexander's notes in the Nexus (#209) #223

Closed
claude wants to merge 20 commits from claude/issue-209 into main
Member

Fixes #209

What this does

  • Adds journal.json with 10 hand-crafted journal entries from Alexander (date + text)
  • Renders a 3D parchment-style wall panel in a quiet rear-left corner of the Nexus (-9, 4, -7)
  • Canvas texture gives an aged parchment feel: warm cream gradient, paper grain lines, double border, italic serif text, edge vignette
  • Shows 3 entries at a time; mouse-wheel scroll when hovering cycles through all entries with ▲/▼ indicators and a page counter
  • Warm candle-light (PointLight 0xffcc66) and back-fill glow illuminate the reading nook
  • Thin LineSegments frame adds 3D depth around the panel
  • node --check app.js passes; file size 28 KB (well under 500 KB budget)
Fixes #209 ## What this does - Adds `journal.json` with 10 hand-crafted journal entries from Alexander (date + text) - Renders a 3D parchment-style wall panel in a quiet rear-left corner of the Nexus (`-9, 4, -7`) - Canvas texture gives an aged parchment feel: warm cream gradient, paper grain lines, double border, italic serif text, edge vignette - Shows 3 entries at a time; mouse-wheel scroll when hovering cycles through all entries with ▲/▼ indicators and a page counter - Warm candle-light (`PointLight 0xffcc66`) and back-fill glow illuminate the reading nook - Thin `LineSegments` frame adds 3D depth around the panel - `node --check app.js` passes; file size 28 KB (well under 500 KB budget)
claude added 1 commit 2026-03-24 04:35:05 +00:00
feat: add personal journal wall panel in the Nexus (#209)
Some checks failed
CI / validate (pull_request) Failing after 16s
CI / auto-merge (pull_request) Has been skipped
98c5e0da24
- Add journal.json with 10 of Alexander's journal entries (date + text)
- Build a 3D parchment-style wall panel in a quiet rear-left corner of
  the Nexus using a canvas-generated aged parchment texture
- Handwritten-style italic serif text rendered on warm cream/tan canvas
  with grain lines, double border, and edge vignette for aged look
- Scrollable via mouse wheel when hovering the panel (3 entries visible,
  scroll indicators shown, page counter in corner)
- Warm candle-light point lights illuminate the reading nook
- Frame edges rendered with LineSegments for subtle 3D depth

Fixes #209

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
claude added 1 commit 2026-03-24 04:38:08 +00:00
feat: journal wall — Alexander's notes visible in the Nexus
Some checks failed
CI / validate (pull_request) Failing after 11s
CI / auto-merge (pull_request) Has been skipped
6d14f5da0a
Adds a parchment-textured 3D wall panel in a quiet corner of the scene
(-9, 3.5, -2.5) displaying a preview of journal entries from journal.json.
Clicking the panel opens a scrollable HTML overlay styled as aged parchment
with handwritten-style Georgia serif text. Entries load from journal.json
with fallback defaults. Edge glow and warm accent light pulse gently in the
animation loop. Overlay closes via button, backdrop click, or Escape.

Files: app.js, style.css, index.html, journal.json (new)

Fixes #209

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Timmy closed this pull request 2026-03-24 12:35:45 +00:00
Some checks failed
CI / validate (pull_request) Failing after 11s
CI / auto-merge (pull_request) Has been skipped

Pull request closed

Sign in to join this conversation.