overte-org / tivolicloud

The Tivoli interface client and server software
Apache License 2.0
1 stars 0 forks source link
Tivoli Cloud VR

https://tivolicloud.com

Tivoli Cloud VR (Tivoli) is a massive online social platform for virtual reality and desktop.

This repository contains all components needed to build our interface as well as servers. You will find compiling support for several operating systems and architectures.

Documentation

Documentation is available at docs.tivolicloud.com. If something is missing or there's an issue, post it on our git issues.

The JavaScript API reference can be found under apidocs.tivolicloud.com.

We have a Discord server where you can always ask for help.

There is also detailed documentation on our coding standards.

License

Tivoli was AGPLv3

Built atop HFVRP Copyright 2019 High Fidelity, Inc.

Building

All information required to build is found in the build guide.

Running interface

You can run the interface using the launcher available at: https://tivolicloud.com/download

If you're using a self-compiled version, you can set the build location in the launcher under the developer menu.

If you want to run Tivoli without the launcher, run:

interface.exe --tokens [current access token]

You can find your access token in the launcher's developer menu. Please don't share it and keep it safe!

Running your own server

There is advanced guide on our docs on how to host a world

The server is freshly available for Docker on our container registry which we recommend. Alternatively less fresh on Docker hub.

If you want to run a self-compiled version, refer to: