https://github.com/shinyoshiaki/quest-rdp
Remote desktop for Oculus Quest. Using Unity and WebRTC.
https://github.com/shinyoshiaki/quest-rdp
Last synced: 2 months ago
JSON representation
Remote desktop for Oculus Quest. Using Unity and WebRTC.
- Host: GitHub
- URL: https://github.com/shinyoshiaki/quest-rdp
- Owner: shinyoshiaki
- License: mit
- Created: 2019-06-29T05:53:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T11:21:51.000Z (about 2 years ago)
- Last Synced: 2025-03-17T23:12:13.780Z (2 months ago)
- Language: C#
- Homepage:
- Size: 24.3 MB
- Stars: 31
- Watchers: 3
- Forks: 3
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WIP
# quest-rdp
QuestView(https://github.com/shinyoshiaki/quest-view) を使って開発中のOculusQuest向けリモートデスクトップアプリ# depend
quest-view : https://github.com/shinyoshiaki/quest-view
websocket-sharp : https://github.com/sta/websocket-sharp
UniRx : https://github.com/neuecc/UniRx
Utf8Json : https://github.com/neuecc/Utf8Json
VRkeys : https://github.com/campfireunion/VRKeys
VrGrabber : https://github.com/hecomi/VrGrabber# 配信ソフト
https://github.com/shinyoshiaki/quest-view/releases/download/0.0.2/streamer.zip# ブランチ運用
git-flow
master : ドキュメンテーション、ビルド、デプロイ
develop : 開発ブランチ
feature/* : 新機能実装
maintain/* : 修正、改善
featureとmaintainはdevelopにマージ
developはmasterにマージ