tana / Mondeto

An open, flexible, and secure online virtual reality system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mondeto

Discord

Languages | English | 日本語

An open, flexible, and secure online virtual reality system.

💡About

Mondeto is an online, multiplayer virtual reality system which has this three features:

  1. 📖Open: Mondeto is an open-source software, not a service. Everybody can setup a server on their own computer.
  2. 🛠Flexible: VR objects can be controlled by programs using WebAssembly. Also you can modify Mondeto software itself to connect new hardware with VR worlds.
  3. 🔒Secure: Communications are encrypted and WebAssembly codes are safely run inside sandbox. Despite being open and flexible, we do not sacrifice security.

💻Requirements

  • 64-bit Windows computer
  • For VR mode:
    • Oculus headset and controllers (🙇we are working on supporting other headsets🚧)
    • Oculus software installed

🚀Usage

Client (connecting to existing server)

  1. Download a zip archive from the release page and extract it.
  2. Launch the executable Mondeto.exe.
  3. Check the Client checkbox.
    • By default, it will connect to the server provided by the developer. However, you can connect to other servers by specifying hostname and port number.
  4. Press Start to connect.

For controls, please see this page.

For more advanced usage, please refer to the wiki of this repository.

✉️Contacts

If you have any questions, please ask on the GitHub Discussions, ask on the Discord chat or ask the developer on Twitter.

⚖️License

Mondeto itself is licensed under MIT License. However, it uses some third-party programs and data that is licensed under various licenses (see credits/Credits.md).

In addition, this repository contains some of those third-party program or data that are licensed under redistributable licenses.

🙏Acknowledgements

This project was supported by The MITOU Program of Information-technology Promotion Agency (IPA) in FY2020.

About

An open, flexible, and secure online virtual reality system.

License:MIT License


Languages

Language:C# 97.5%Language:TypeScript 1.2%Language:ShaderLab 0.8%Language:HTML 0.3%Language:WebAssembly 0.0%Language:Makefile 0.0%