An open API service indexing awesome lists of open source software.

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.

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にマージ