Skip to content

Commit

Permalink
add webxr emulator(still not working)
Browse files Browse the repository at this point in the history
  • Loading branch information
yorkie committed Jan 14, 2024
1 parent d6aa92b commit db38d8f
Show file tree
Hide file tree
Showing 76 changed files with 4,750 additions and 6 deletions.
293 changes: 289 additions & 4 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"packages/vscode-extension"
],
"dependencies": {
"@yodaos-jsar/dom": "0.3.1-alpha.20240110.1704894941790",
"@yodaos-jsar/dom": "0.3.1-alpha.20240112.1705064837464",
"babylonjs": "^6.10.0"
},
"devDependencies": {
Expand Down
33 changes: 33 additions & 0 deletions packages/vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,20 @@
}
]
},
"viewsContainers": {
"panel": [
{
"id": "jsar-console",
"title": "JSAR Console",
"icon": "res/icons/scene-light.png"
},
{
"id": "webxr-emulator",
"title": "WebXR",
"icon": "res/icons/scene-light.png"
}
]
},
"views": {
"explorer": [
{
Expand All @@ -152,6 +166,20 @@
"name": "Element Inspector",
"type": "webview"
}
],
"jsar-console": [
{
"id": "jsar-devtools.console",
"name": "Console",
"type": "webview"
}
],
"webxr-emulator": [
{
"id": "jsar-devtools.webxr.emulator",
"name": "WebXR Emulator",
"type": "webview"
}
]
}
},
Expand Down Expand Up @@ -186,13 +214,15 @@
"assert-browserify": "^2.0.0",
"babylonjs": "^6.8.0",
"buffer": "^5.7.1",
"css-loader": "^6.9.0",
"eslint": "^8.41.0",
"form-data": "^4.0.0",
"glob": "^8.1.0",
"mocha": "^10.2.0",
"node-fetch": "^3.3.2",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"style-loader": "^3.3.4",
"ts-loader": "^9.4.3",
"typescript": "^5.1.6",
"vm-browserify": "^1.1.2",
Expand All @@ -208,11 +238,14 @@
"@vscode/l10n": "^0.0.16",
"@vscode/webview-ui-toolkit": "^1.2.2",
"antd": "^5.8.6",
"bootstrap": "^5.3.2",
"draco3dgltf": "^1.5.6",
"js-beautify": "^1.14.9",
"meshoptimizer": "^0.19.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-terminal": "^1.3.0",
"three": "^0.160.0",
"vscode-languageclient": "^9.0.1",
"vscode-languageserver": "^9.0.1",
"vscode-languageserver-textdocument": "^1.0.11",
Expand Down
Binary file added packages/vscode-extension/res/3d/headset.glb
Binary file not shown.
Binary file not shown.
Binary file added packages/vscode-extension/res/3d/left-hand.glb
Binary file not shown.
Binary file not shown.
Binary file added packages/vscode-extension/res/3d/right-hand.glb
Binary file not shown.
Loading

0 comments on commit db38d8f

Please sign in to comment.