mirror of
https://github.com/samvallad33/vestige.git
synced 2026-07-02 22:01:01 +02:00
- MemoryCinema.svelte: launch button + fullscreen overlay, typewriter caption stream, SpeechSynthesis voice toggle, opt-in lazy-loaded Local AI toggle, progress/beat indicators, replay. Director-driven master loop hardened so a WebGPU render failure drops to camera-only without stalling the tour. - sandbox: construct Scene/Camera from the three/webgpu module instance so all objects fed to the WebGPU renderer are instance-compatible (fixes 'multiple instances of Three.js' incompatibility). - graph page: Cinema button beside Dream, gated on having nodes. Verified live: button renders, overlay opens, WebGPU boots + reports active, 7-beat path plans, narration resolves to live captions, bundle code-splits (WebGPU 479K chunk loads on demand only). 926 tests + build green. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| build | ||
| e2e | ||
| src | ||
| static | ||
| .env.example | ||
| package-lock.json | ||
| package.json | ||
| playwright.config.ts | ||
| svelte.config.js | ||
| tsconfig.json | ||
| vite.config.ts | ||