vircadia / vircadia-native-core

Vircadia open source agent-based metaverse ecosystem.
https://vircadia.com/
Other
533 stars 175 forks source link

Allow access to alternative metaverse servers #1175

Open forestbeasts opened 3 years ago

forestbeasts commented 3 years ago

I tried hosting my own private metaverse server so I wouldn't have to make a centralized account, and it worked great! There's just one problem:

The official client can't connect to it!

Seeing as the domain server already has an environment variable you can set to change this, I thought I'd add the same thing to the client (#1174). It'd be nice to have actual UI to set this from the login screen, though.

forestbeasts commented 3 years ago

So, apparently this environment variable is already a thing, and already works perfectly! The pull request is completely redundant.

Now we just need to build UI for this, and a setting to persist it.

JulianGro commented 3 years ago

Yeah the system isn't really fully fledged yet. It is supposed to be federated like matrix.

daleglass commented 3 years ago

Related: PR #1174

stale[bot] commented 2 years ago

Hello! Is this still an issue?

JulianGro commented 2 years ago

Federation is still something that needs to get done, yes.

stale[bot] commented 2 years ago

Hello! Is this still an issue?

strypey commented 1 year ago

@JulianGro

Federation is still something that needs to get done

Have the Vircadia team looked into what the Matrix folks are doing with the Third Room project? They would definitely welcome input from potential implementers running virtual world projects: https://thirdroom.io/

JulianGro commented 1 year ago

I am not a Vircadia developer anymore. Though I assume Thirdroom uses Matrix for federation, and using Matrix as a Metaverse server/Directory server just doesn't maje much sense. It would be a lot of extra work for no gain.