exokitxr / exokit-frontend

Frontend for exokit. Turns exokit into a spatial web browser. 🦎
7 stars 3 forks source link

Replace XRMP party system with WebRTC #3

Open chrislatorres opened 5 years ago

chrislatorres commented 5 years ago

All of the XRMP party system can be done over rtc now, the data transfer can be the same.

The goal would be:

The way to share parties is by sharing a link, there could also be a registry, but the registry will not be doing all the serving this time.

In researching for this, came across https://github.com/takahirox/ThreeNetwork , which examples work well in Exokit out of the box:

webrtcdemCapture

chrislatorres commented 5 years ago

The best way to go about this is using raw WebRTC and using studio's index.html as the starting point. (can also then connect to the studio UI for a menu)