Overte open source metaverse platform.
Find a file
2019-12-20 11:39:05 +01:00
android Remove android build dependency on jherico/hifi fork 2019-08-28 09:00:31 -07:00
assignment-client change Metaverse API from setting 2019-12-20 11:39:05 +01:00
cmake Upgrade vcpkg port files for SDL2 from 2.0.8 to 2.0.10. Fixes patch errors. 2019-12-08 09:46:58 -06: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 change Metaverse API from setting 2019-12-20 11:39:05 +01:00
ice-server change Metaverse API from setting 2019-12-20 11:39:05 +01:00
interface change Metaverse API from setting 2019-12-20 11:39:05 +01:00
launchers Merge pull request #16442 from danteruiz/fix-startmenu-icons 2019-11-05 11:38:06 -08:00
libraries change Metaverse API from setting 2019-12-20 11:39:05 +01:00
plugins Merge branch 'kasen/core' into v0860-kasen-release+freshstart 2019-12-01 22:08:45 -05:00
script-archive Fixed paths to included files and collision with 'clamp' 2019-07-02 14:24:02 -07:00
scripts Revert "Adds community script directory, adds chat as default app." 2019-12-12 11:10:01 -06:00
server-console switched to arrow functions 2019-10-28 09:05:38 -07:00
tests Revert "DEV-1811: apply deletion rules to linked entities" 2019-10-11 11:06:10 -07:00
tests-manual merge with master and try to fix opacity mode stuff 2019-10-23 22:21:45 -07:00
tools change Metaverse API from setting 2019-12-20 11:39:05 +01:00
unpublishedScripts Don't display "CLOSE" and "BACK" buttons at top of Blocks screen 2019-09-28 11:30:57 +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 ignores "VideoDecodeStats" in .gitignore 2019-12-07 22:26:31 -05: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 PR feedback 2019-08-08 10:07:40 -07:00
CMakeGraphvizOptions.cmake Trying to fix QtQml/QtScript crashes 2017-06-22 16:39:57 -07:00
CMakeLists.txt fix android local build 2019-07-24 14:07:58 -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 webrtc library for android 2019-07-30 14:09:34 -07:00
hifi_singleton.py Add FLock to lock files another way 2019-05-08 15:00:50 -07:00
hifi_utils.py Restored code. 2019-04-23 15:59:03 -07:00
hifi_vcpkg.py fix hifi_vcpkg.py script crash 2019-10-28 14:21:19 -07:00
INSTALL.md Update INSTALL.md 2019-12-10 20:12:17 -05: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 for K2 features, whitelist instructions, & build instructions. 2019-12-11 11:03:56 -05:00
README_hifi.md HiFi readme moved aside, new readme inserted 2019-12-03 10:30:06 -05:00
VCPKG.md Adding new package guidance 2018-11-08 14:55:29 -08:00

HiFi Community Edition

Download v0.86.0 K1 (Windows 64-bit, .zip)

Changes for v0.86.0 consist of:

Added in K1 (12/3/19)

  • 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.

Added in K2 (TBD)

  • QML Interface to access and save whitelist live to interface.json.
  • Add "VideoDecodeStats" to .gitignore.
  • Fix VCPKG SDL2 to port files from 2.0.8 to 2.0.10 to fix CMake build issues.
  • Added Github link to "About High Fidelity".
  • Removed environment variable requirement for "procedural shader materials".

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 Interface has the whitelist settings under "Settings -> Entity Script Whitelist" for you to configure live. 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. Separate each URL by a new line.

Do not use spaces or commas in the whitelist interface, you will only separate by commas and not new lines in the environment variables.

It is recommended that you add High Fidelity's CDN URLs ahead of time to ensure general content works right off the bat:

http://mpassets.highfidelity.com/
https://raw.githubusercontent.com/highfidelity/
https://hifi-content.s3.amazonaws.com/

You can also 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

How to build interface.exe

For Windows

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.