Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/binzume/vr-workspace
WebXR workspace
https://github.com/binzume/vr-workspace
aframevr webvr webxr
Last synced: 7 days ago
JSON representation
WebXR workspace
- Host: GitHub
- URL: https://github.com/binzume/vr-workspace
- Owner: binzume
- License: mit
- Created: 2020-10-19T09:59:34.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-24T13:02:44.000Z (11 months ago)
- Last Synced: 2024-02-24T14:23:30.654Z (11 months ago)
- Topics: aframevr, webvr, webxr
- Language: JavaScript
- Homepage:
- Size: 548 KB
- Stars: 15
- Watchers: 6
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VR Workspace
ブラウザのWebVR/WebXRで動作するXR Workspace環境です。
## Demo
https://binzume.github.io/vr-workspace/
OculusQuest等で上記URLにアクセスして `VR` または `AR` ボタンをクリックしてください.
- コントローラのトリガーボタンがクリック,グリップボタンがメニュー表示とジェスチャー入力です
- ウインドウ等のドラッグ中にグリップボタンを押すと対象との距離を操作できます
- Google Drive上のファイルを使いたい場合は事前に `Storage Settings` 内でアクセスを許可してくださいサーバ等は不要ですが,WebXR Device APIを使うためには適当なHTTPサーバを用いて https:// でアクセスする必要があります。
また、別の環境にアップロードして利用する場合は Google API の clientId等を書き換えてください.## Features
- Physics
- Hand tracking
- VR app dynamic loading## Available apps
アプリケーションの実装方法は [docs/application.md](docs/application.md) を参照してください。
- Calculator
- Notepad
- Paint3D
- Console
- Task Manager
- Media Player
- Storage
- Google Drive client
- WebkitFileSystem
- Demo storage (Read Only)
- WebRTC Remote Desktop ( https://github.com/binzume/webrtc-rdp )
- VNC Client (needs websockify)
- VRM model viewer![screenshot](docs/screenshot.png)
## License
MIT License