-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy paththreebrowser.pull.json
More file actions
32 lines (32 loc) · 1008 Bytes
/
Copy paththreebrowser.pull.json
File metadata and controls
32 lines (32 loc) · 1008 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"format": 2,
"projectId": "threebrowser-studio",
"virtualURL": "https://threebrowser-studio.runtime.threebrowser.local/",
"source": "https://threebrowser-studio.runtime.threebrowser.local/",
"entry": "site-entry.mjs",
"requiresWebGPU": true,
"displayName": "ThreeBrowser Studio",
"files": [
{
"url": "https://threebrowser-studio.runtime.threebrowser.local/site-entry.mjs",
"path": "site-entry.mjs",
"type": "module",
"bytes": 0
}
],
"compatibility": {
"threeImportable": true,
"bundledThree": false,
"threeMode": "importable",
"rendererCandidates": ["webgpu"],
"canvasOnly": true,
"uiMode": "canvas-only",
"htmlOverlay": false,
"domRequired": false,
"notes": [
"Standalone LLM-first Studio; ThreeBrowser Runtime supplies native WebGPU and Three.js.",
"The persistent native viewport is controlled through the local authenticated MCP bridge.",
"No general HTML/CSS editor UI is required."
]
}
}