Add Chromium-only Blender WebEngine parity work

This commit is contained in:
mes123456
2026-08-12 04:47:48 -04:00
commit 9fd26010f6
18225 changed files with 11622124 additions and 0 deletions

18
docs/status/W-017.md Normal file
View File

@@ -0,0 +1,18 @@
# W-017 Status
status: done
task: 完成 Web 壳里程碑
React + Three.js + EngineWorker + StorageWorker + versioned manifest now run
together with the local minimal WebEngine ABI. The mock SceneIR remains the
scene source in this milestone; Blender data libraries and `.blend` loading are
deliberately deferred to W-030 and later.
## Verification
```text
npm run typecheck # passed
npm run lint # passed
npm run build # passed
npm run test:e2e # 4 passed
```