* Removed the deprecated MyAvatar.setToggleHips script function and the "Toggle Hips Following" option from the Developer menu. They had no effect on any code. * In CharacterController::applyMotor, prevented unnecessary calls to btVector3::rotate() when the motor has no rotation. This change also improves readability through the use of clearly-named lambdas. * In AvatarData::getFauxJointIndex, prevented unnecessary string comparisons when the named joint is a real joint rather than a faux one. * In Avatar::getJointIndex, removed an unnecessary call to QHash<QString, int>::contains(), by supplying a default index for QHash<QString, int>::value(). * Removed unnecessary condition "forwardLeanAmount < 0" in MyAvatar::FollowHelper::shouldActivateHorizontal_userSitting. * Corrected the return type of MyAvatar::getSitStandStateChange from float to bool. * Added a missing 'f' suffix to a float literal in PreferencesDialog.cpp. |
||
---|---|---|
.github/workflows | ||
android | ||
assignment-client | ||
cmake | ||
debian | ||
docs | ||
domain-server | ||
ice-server | ||
interface | ||
launchers | ||
libraries | ||
pkg-scripts | ||
plugins | ||
screenshare | ||
script-archive | ||
scripts | ||
server-console | ||
tests | ||
tests-manual | ||
tools | ||
unpublishedScripts | ||
.clang-format | ||
.editorconfig | ||
.eslintrc.js | ||
.gitattributes | ||
.gitignore | ||
BUILD.md | ||
BUILD_ANDROID.md | ||
BUILD_LINUX.md | ||
BUILD_LINUX_CHEATSHEET.md | ||
BUILD_OSX.md | ||
BUILD_WIN.md | ||
CMakeGraphvizOptions.cmake | ||
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 | ||
README.md | ||
README_hifi.md | ||
VCPKG.md |
Vircadia (Codename Athena)
What is this?
Vircadia™ is a 3D social software project seeking to incrementally bring about a truly free and open metaverse, in desktop and XR.
Website | Discord | Download
Releases
How to build the Interface
How to deploy a Server
How to build a Server
How to generate an Installer
Boot to Metaverse: The Goal
Having a place to experience adventure, a place to relax with calm breath, that's a world to live in. An engine to support infinite combinations and possibilities of worlds without censorship and interruption, that's a metaverse. Finding a way to make infinite realities our reality is the dream.
Boot to Metaverse: The Technicals
Vircadia consists of many projects and codebases with its unifying structure's goal being a decentralized metaverse.
- The Interface (Codename Athena) - You are here!
- The Server (Codename Athena) - You are also here!
- The UI Framework (Codename Nyx) - Codebase coming soon.
- The Metaverse (Codename Iamus)
- The Metaverse Dashboard (Codename Iamus)
- The Launcher (Codename Pantheon)
Child Projects
Contribution
There are many contributors to Vircadia. Code writers, reviewers, testers, documentation writers, modelers, and general supporters of the project are all integral to its development and success towards its goals. Find out how you can contribute!