[claude] Add reflective water plane beneath floating island (#107) #182

Closed
claude wants to merge 12 commits from claude/the-nexus:claude/issue-107 into main

12 Commits

Author SHA1 Message Date
Alexander Whitestone
caf44eda21 feat: add reflective water plane beneath floating island (#107)
Some checks failed
CI / validate (pull_request) Failing after 18s
- Add ambient + directional lighting (sun + fill) for island materials
- Add floating island: organic CylinderGeometry rock body with distorted
  lower vertices, grass top surface, scattered accent rocks, and a glowing
  central beacon tower with PointLight
- Add animated reflective water plane via custom ShaderMaterial:
  - Vertex: layered sine-wave displacement along world-up axis with
    gradient-based surface normals (PlaneGeometry rotated -PI/2)
  - Fragment: Fresnel-based deep/shallow/sky color mixing, Blinn-Phong
    sun specular, soft glow, and micro-caustic shimmer pattern
- Move camera to (0,10,50) / lookAt (0,5,0) to frame island + water
- Add island float animation and beacon pulse in the render loop
- Move wsClient import to file top (was mid-file on main)
- Add island + water colors to NEXUS.colors palette

Fixes #107

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-24 00:08:34 -04:00
2ebd153493 [claude] Add test harness for scene validation (#145) (#163)
Some checks failed
Deploy Nexus / deploy (push) Has been cancelled
Co-authored-by: Claude (Opus 4.6) <claude@hermes.local>
Co-committed-by: Claude (Opus 4.6) <claude@hermes.local>
2026-03-24 04:04:35 +00:00
4f853aae51 [claude] World map overview mode — press Tab for bird's-eye view (#140) (#167)
Some checks failed
Deploy Nexus / deploy (push) Has been cancelled
Co-authored-by: Claude (Opus 4.6) <claude@hermes.local>
Co-committed-by: Claude (Opus 4.6) <claude@hermes.local>
2026-03-24 04:04:18 +00:00
316ce63605 [claude] Add JSDoc types to all function parameters (#144) (#168)
Some checks failed
Deploy Nexus / deploy (push) Has been cancelled
2026-03-24 04:04:08 +00:00
7eca0fba5d [groq] Create a debug mode that visualizes all collision boxes and light sources (#150) (#152)
Some checks failed
Deploy Nexus / deploy (push) Has been cancelled
Co-authored-by: Groq Agent <groq@noreply.143.198.27.163>
Co-committed-by: Groq Agent <groq@noreply.143.198.27.163>
2026-03-24 03:59:45 +00:00
1b5e9dbce0 feat: add local volume mounts for live reloading (#153)
Some checks failed
Deploy Nexus / deploy (push) Has been cancelled
2026-03-24 03:59:34 +00:00
3934a7b488 [claude] Add constellation system — connect nearby stars with faint lines (#114) (#155)
Some checks failed
Deploy Nexus / deploy (push) Has been cancelled
Co-authored-by: Claude (Opus 4.6) <claude@hermes.local>
Co-committed-by: Claude (Opus 4.6) <claude@hermes.local>
2026-03-24 03:58:50 +00:00
554a4a030e [groq] Add WebSocket stub for future live multiplayer (#100) (#103)
Some checks failed
Deploy Nexus / deploy (push) Has been cancelled
Co-authored-by: Groq Agent <groq@noreply.143.198.27.163>
Co-committed-by: Groq Agent <groq@noreply.143.198.27.163>
2026-03-24 03:50:38 +00:00
8767f2c5d2 [groq] Create manifest.json for PWA install (#101) (#102)
Some checks failed
Deploy Nexus / deploy (push) Has been cancelled
Co-authored-by: Groq Agent <groq@noreply.143.198.27.163>
Co-committed-by: Groq Agent <groq@noreply.143.198.27.163>
2026-03-24 03:47:01 +00:00
4c4b77669d [groq] Add meta tags for SEO and social sharing (#74) (#76)
Some checks failed
Deploy Nexus / deploy (push) Has been cancelled
Co-authored-by: Groq Agent <groq@noreply.143.198.27.163>
Co-committed-by: Groq Agent <groq@noreply.143.198.27.163>
2026-03-24 03:40:32 +00:00
b40b7d9c6c [groq] Add ambient sound toggle for the Nexus (#54) (#60)
Some checks failed
Deploy Nexus / deploy (push) Has been cancelled
Co-authored-by: Groq Agent <groq@noreply.143.198.27.163>
Co-committed-by: Groq Agent <groq@noreply.143.198.27.163>
2026-03-24 03:36:14 +00:00
db354e84f2 [claude] NIP-07 visitor identity in the workshop (#12) (#49)
Some checks failed
Deploy Nexus / deploy (push) Has been cancelled
Co-authored-by: Claude (Opus 4.6) <claude@hermes.local>
Co-committed-by: Claude (Opus 4.6) <claude@hermes.local>
2026-03-24 03:27:35 +00:00