Overte open source metaverse platform.
Find a file
2019-12-04 13:39:22 -05:00
android Fix gamma correction on Quest 2019-03-14 14:27:20 -07:00
assignment-client Improved avatar-verify diagnostics 2019-07-26 15:35:09 -07:00
cmake Merge branch 'v0.83.0-rc' into kasen/core 2019-08-03 15:27:23 -04:00
debian fix ubuntu debian patch to track changes to Qt library handling 2019-06-04 13:29:16 -07:00
docs Add collision pick documentation on scaleWithParent option 2018-09-28 09:55:02 -07:00
domain-server log wakeup (on client and report to DS) during connection on Windows 2019-07-08 16:50:36 -07:00
ice-server Store big web requests on disk 2018-05-24 17:30:32 -07:00
interface Updated readme.md again + updated application title again. 2019-12-04 13:39:22 -05:00
launchers Display error when connection fails 2019-07-26 12:01:33 -07:00
libraries Removed all hardcoded whitelist rules 2019-12-01 22:55:51 -05:00
plugins Update CMakeLists.txt 2019-12-01 22:08:26 -05:00
script-archive Fixed paths to included files and collision with 'clamp' 2019-07-02 14:24:02 -07:00
scripts Merge pull request #15982 from sabrina-shanman/bug_lod_too-low 2019-07-29 09:45:19 -07:00
server-console - updated console+server icons, installer+uninstaller graphics, and console notification icon 2019-04-26 14:50:18 -07:00
tests Add unit-test to validate AVX2 2019-06-24 12:57:42 -07:00
tests-manual BUGZ-753: bad skyboxes on intel GPUs 2019-07-16 13:42:39 -07:00
tools Setting DomainBaker.cpp back to main. 2019-11-11 20:26:26 -05:00
unpublishedScripts Update Record app per Marketplace certification requirements 2019-04-16 07:53:55 +12:00
.clang-format Update clang-format ctor initializer list format 2018-02-22 09:30:47 -08:00
.editorconfig
.eslintrc.js Added HifiAbout (used in interstitialPage.js) 2018-10-19 09:04:22 -04:00
.gitattributes New android toolchain 2017-09-19 13:45:12 -07:00
.gitignore Remove .vs folder from version control 2019-03-13 08:51:19 -07:00
BUILD.md testing 2019-06-12 17:14:40 -07:00
BUILD_ANDROID.md made android instructions more general and added VS 2019 support 2019-05-24 19:06:38 -07:00
BUILD_LINUX.md Merge master into 22007-hifiQtBuildv2 2019-05-15 14:10:30 -07:00
BUILD_LINUX_CHEATSHEET.md Fix BUILD_LINUX_CHEATSHEET.md formatting 2018-01-18 17:09:51 -08:00
BUILD_OSX.md Updating readme's. 2019-04-30 08:32:25 -07:00
BUILD_WIN.md Remove deprecated build instruction 2019-07-22 12:53:55 -07:00
CMakeGraphvizOptions.cmake
CMakeLists.txt removed change from my master branch, that is getting checked in on separate pr 2019-07-24 16:05:13 -07:00
CODING_STANDARD.md minor edits 2019-03-29 15:55:09 -07:00
CONTRIBUTING.md Updated coding standard link 2019-03-29 14:57:09 -07:00
hifi_android.py Update Oculus Mobile SDK to latest version 2019-03-06 11:16:03 -08:00
hifi_singleton.py Add FLock to lock files another way 2019-05-08 15:00:50 -07:00
hifi_utils.py Working on fixing build problems 2019-01-17 15:48:30 -08:00
hifi_vcpkg.py Remove QT_CMAKE_PREFIX_PATH prod hack 2019-07-02 16:00:55 -07:00
INSTALL.md Merge mess... 2019-01-24 16:30:21 -08:00
LICENSE Updated the license date 2018-04-30 18:28:21 -07:00
prebuild.py Fix spurious error from prebuilt script 2019-06-06 16:40:39 -07:00
README.md Updated readme.md again + updated application title again. 2019-12-04 13:39:22 -05:00
README_hifi.md Updated readme's to latest. 2019-12-03 11:26:05 -05:00
VCPKG.md Adding new package guidance 2018-11-08 14:55:29 -08:00

HiFi Community Edition

Download (Windows 64-bit, .zip)

Changes for v0.86.0 K1 consist of:

  • Audio Buffer choppy audio bugfix by increasing the buffer size.
  • User Activity Logger disabled, option in code to log the reports to console.
  • CMakeLists.txt configured to work for Polyvox, Interface JSDocs. (may be obsolete)
  • Custom Application Title.
  • Entity Script Whitelist, no scripts are whitelisted by default.
  • Background CMD outputs full log, instant close of application on closing of the CMD-line.

This build has been tested on Windows 10 Pro 64-bit w/ Nvidia graphics drivers.

Whitelist Instructions

The whitelist checks every entity-script attempting to run on your client against a list of domains, their subfolders, or the specific script URL entirely.

The Start batch file launches and sets the whitelist environment variable for you (you have to edit in your whitelisted domains), however if you launch interface.exe directly then you must set the Windows environment variable "EXTRA_WHITELIST" with your whitelisted domains comma separated like so: "https://kasen.io/,http://kasen.io/,https://exampledomain.com/scriptFolder/"

Alternatively you can make a batch file placed in the same folder as interface.exe that sets the whitelist environment variable temporarily:

set "EXTRA_WHITELIST=http://mpassets.highfidelity.com/,https://raw.githubusercontent.com/highfidelity/,https://hifi-content.s3.amazonaws.com/"
interface.exe

By default, we are whitelisting High Fidelity's current known CDN domains so we can see their own/hosted entity-script related content.

The whitelist checks against the domains literally, so you have to be precise to ensure security and functionality. For example, the difference between "http://" and "https://" matters as those will be seen as two different domains in the eyes of the whitelist.

Boot to Metaverse: The Goal

Too many of us have our own personal combinations of High Fidelity from C++ modifications to different default scripts, all of which are lost to time as their fullest potential is never truly shared and propagated through the system.

The goal of this repo is to give a common area to PR the very best of our findings and creations so that we may effectively take each necessary step towards our common goal of living in a true metaverse.

Why High Fidelity?

Because of all the options, it is the only starting point that is open-source, cross-platform, fully VR integrated + fully desktop integrated with an aim for quality visuals and performance. It also does us the service of providing a foundation to start from such as entity management, full body IK, etc.

WebXR offers the open-source and decentralized aspect but does not have any of the full featured starting points such as avatars, IK, etc.

Platforms like NeosVR or VRChat are unusable from go due to their fundamental closed-source and centralized nature. A metaverse to live on cannot have the keys handed over to any one entity, if any at all.

So the necessary desire is to use High Fidelity as our foundation as a community of one, of all to build a metaverse worth living in.

Contributors

A special thanks to the contributors of the community edition.