Overte open source virtual worlds platform.
Find a file
Dale Glass cdc15d7821 Improve settings system, by moving all writes to a thread
This should complete what was started in the HiFi days but didn't quite succeed.

Setting::Manager is now thread safe, and delegates all settings writes to a thread
that nothing waits on, which should ensure that settings don't degrade performance
even on slow storage devices.

Functions that weren't thread safe were removed from Setting::Manager, and it was
reduced to a key/value store.

Functions that modify state like beginGroup were implemented in the Settings class
instead, which should be created only in the context where it's needed. It will
forward all changes to the manager.

A few QSettings functions were left unimplemented because they're not used in
the code. They may be implemented later if there's a need.
2022-10-23 23:25:42 +02:00
.github
android
assignment-client
cmake Change identifier to org.overte 2022-09-08 22:18:53 +02:00
debian
docs
domain-server Fixed lack of Domain ID selection buttons in server UI 2022-10-04 18:44:37 +02:00
ice-server
interface Merge pull request #197 from JulianGro/2022.09.1 2022-09-18 21:21:43 +02:00
launchers Rebranding and fixing URLs 2022-09-08 22:10:13 +02:00
libraries Improve settings system, by moving all writes to a thread 2022-10-23 23:25:42 +02:00
pkg-scripts
plugins
screenshare Rebranding and fixing URLs 2022-09-08 22:10:13 +02:00
script-archive
scripts Merge pull request #190 from AleziaKurdis/Notifications_Recoded 2022-10-15 23:30:20 +02:00
server-console
tests Improve settings system, by moving all writes to a thread 2022-10-23 23:25:42 +02:00
tests-manual
tools
unpublishedScripts
.clang-format
.editorconfig
.eslintrc.js
.gitattributes
.gitignore
.grenrc.js
BUILD.md Renamed Metaverse Server to Directory Server/Services 2022-09-08 22:19:55 +02:00
BUILD_ANDROID.md
BUILD_LINUX.md
BUILD_LINUX_CHEATSHEET.md
BUILD_OSX.md
BUILD_WIN.md
CHANGELOG.md Update CHANGELOG.md 2022-10-06 13:04:39 +02:00
CMakeGraphvizOptions.cmake Trying to fix QtQml/QtScript crashes 2017-06-22 16:39:57 -07:00
CMakeLists.txt
CODING_STANDARD.md
CONTRIBUTING.md
hifi_android.py
hifi_qt.py
hifi_singleton.py
hifi_utils.py
hifi_vcpkg.py
INSTALLER.md
LICENSE
prebuild.py Renamed environment variables 2022-09-08 22:18:50 +02:00
README.md
README_hifi.md Update README_hifi.md 2020-05-20 15:00:28 -04:00
VCPKG.md

Overte

Website | Matrix | Download

GitHub contributors GitHub stars GitHub forks Apache 2.0 Matrix

Build Status

Master CI Build API-docs CI Build & Deploy

What is this?

Overte is a free and open source 3D social virtual worlds software.

  • Desktop and VR use
  • Hundreds of users simultaneously
  • Collaborative in-world creation
  • Full-body avatars
  • FBX, glTF, and OBJ support
  • JavaScript scripting engine
  • 16km³ world space in a server
  • Fully self-hosted
  • Apache 2.0

Releases

View Releases here Pre-releases for testing are available here

How to deploy a Server

Building

How to build the Interface

How to build a Server

How to generate an Installer

Mission statement

Overte aims to provide social virtual worlds experience with entitely free and open source infrastructure.

Technical details

Overte consists of many projects and codebases with its unifying structure's goal being free and open source self-hosted virtual worlds.

Tools

Documentation

Contribution

There are many contributors to Overte. Code writers, reviewers, testers, documentation writers, modellers, and general supporters of the project are all integral to its development and success towards its goals. Find out how you can contribute!