Overte open source virtual worlds platform.
Find a file
Alezia Kurdis 3e7854a034
Re-coded to be more stable.
This is a an almost complete re-coding of the notifications script.
The previous version had too useless complexities and was computing each element position independently causing the notifications to be unstably displayed in HMD if the user moved.
There was also too many array used to achieved this. It was a bit painful.

This new version use an invisible entity parented to the avatar as a "container" where the notification elements are parented to it, making the positioning easier and more stable if the avatar moves.
I used only one array of objects to contain the the notification stack.
There is also a better management of some signal to avoid useless computing when it wasn't necessary.
I think the code is also more clear.

I got rid of the little x buttons to close the notification, it was on each element, you had to target a very small square surface with the mouse if you wanted to absolutely close a notification within the 10 second of their existence. Now you can close a notification simply by clicking on it (on all its surface)
But as before, the close function works only on desktop mode. (Apparently it's relatively complex to get the id of the entity that you click on in HMD. Maybe one day.)

It's also easier now to adjust the scale of the notifications in HMD if we want too, (only one value to change in the script)
The parenting using a container entity has also made all the notification UI in HMD scaling correctly according the avatar scale (it was free by parenting all those together).
2022-09-14 23:11:56 -04:00
.github Renamed environment variables 2022-09-08 22:18:50 +02:00
android Rebranding and fixing URLs 2022-09-08 22:10:13 +02:00
assignment-client Renamed Metaverse Server to Directory Server/Services 2022-09-08 22:19:55 +02:00
cmake Change identifier to org.overte 2022-09-08 22:18:53 +02:00
debian Renamed Metaverse Server to Directory Server/Services 2022-09-08 22:19:55 +02:00
docs Add collision pick documentation on scaleWithParent option 2018-09-28 09:55:02 -07:00
domain-server Renamed Metaverse Server to Directory Server/Services 2022-09-08 22:19:55 +02:00
ice-server Renamed Metaverse Server to Directory Server/Services 2022-09-08 22:19:55 +02:00
interface Merge pull request #189 from AleziaKurdis/notificationsToLocalEntity 2022-09-13 01:32:28 +02:00
launchers Rebranding and fixing URLs 2022-09-08 22:10:13 +02:00
libraries Renamed Metaverse Server to Directory Server/Services 2022-09-08 22:19:55 +02:00
pkg-scripts Renamed Metaverse Server to Directory Server/Services 2022-09-08 22:19:55 +02:00
plugins Merge branch 'master' into remove-hifiac 2022-01-23 14:03:02 +01:00
screenshare Rebranding and fixing URLs 2022-09-08 22:10:13 +02:00
script-archive Renamed Metaverse Server to Directory Server/Services 2022-09-08 22:19:55 +02:00
scripts Re-coded to be more stable. 2022-09-14 23:11:56 -04:00
server-console Change identifier to org.overte 2022-09-08 22:18:53 +02:00
tests Fix AABoxCubeTest 2022-06-07 16:49:15 +02:00
tests-manual Implement thread debugging with tsan 2021-04-02 20:41:23 +02:00
tools Renamed Metaverse Server to Directory Server/Services 2022-09-08 22:19:55 +02:00
unpublishedScripts Replace non-existent HiFi content S3 URLs with placeholders 2022-09-08 22:19:54 +02:00
.clang-format Update clang-format ctor initializer list format 2018-02-22 09:30:47 -08:00
.editorconfig adjust indentation and implement editorconfig at root of repo 2016-11-28 17:10:59 -08:00
.eslintrc.js Make chat open links in internal Web browser instead of custom window 2020-10-03 16:29:14 +13:00
.gitattributes New android toolchain 2017-09-19 13:45:12 -07:00
.gitignore Add .secret file as used by "act" to .gitignore 2022-03-21 19:07:00 +01:00
.grenrc.js Update .grenrc.js 2021-09-07 19:03:32 -04:00
BUILD.md Renamed Metaverse Server to Directory Server/Services 2022-09-08 22:19:55 +02:00
BUILD_ANDROID.md Rebranding and fixing URLs 2022-09-08 22:10:13 +02:00
BUILD_LINUX.md Renamed environment variables 2022-09-08 22:18:50 +02:00
BUILD_LINUX_CHEATSHEET.md Lots of renamings, more to come. 2020-04-07 04:56:02 -04:00
BUILD_OSX.md Renamed environment variables 2022-09-08 22:18:50 +02:00
BUILD_WIN.md Renamed environment variables 2022-09-08 22:18:50 +02:00
CHANGELOG.md Update CHANGELOG.md 2022-09-09 18:25:52 +02:00
CMakeGraphvizOptions.cmake Trying to fix QtQml/QtScript crashes 2017-06-22 16:39:57 -07:00
CMakeLists.txt Renamed environment variables 2022-09-08 22:18:50 +02:00
CODING_STANDARD.md Updated some URLs, rebranded documentation and changed default metaverse server address 2022-02-09 23:57:24 +01:00
CONTRIBUTING.md Updated some URLs, rebranded documentation and changed default metaverse server address 2022-02-09 23:57:24 +01:00
hifi_android.py Rebranding and fixing URLs 2022-09-08 22:10:13 +02:00
hifi_qt.py Renamed environment variables 2022-09-08 22:18:50 +02:00
hifi_singleton.py Made lock message more verbose 2022-07-10 18:22:06 +02:00
hifi_utils.py Nice colored unsupported distro messages 2021-06-20 14:22:28 +02:00
hifi_vcpkg.py Rebranding and fixing URLs 2022-09-08 22:10:13 +02:00
INSTALLER.md Rebranding and fixing URLs 2022-09-08 22:10:13 +02:00
LICENSE Updated some URLs, rebranded documentation and changed default metaverse server address 2022-02-09 23:57:24 +01:00
prebuild.py Renamed environment variables 2022-09-08 22:18:50 +02:00
README.md Change one instance of "game" to "world" in README 2022-09-09 18:26:34 +02:00
README_hifi.md Update README_hifi.md 2020-05-20 15:00:28 -04:00
VCPKG.md Adding new package guidance 2018-11-08 14:55:29 -08:00

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!