No description
Find a file
Thijs Wenker 26bebba8dd fix opus library linking in cmake
Signed-off-by: Marcus Llewellyn <marcus.llewellyn@gmail.com>
2020-01-13 12:27:24 -06:00
android Remove android build dependency on jherico/hifi fork 2019-08-28 09:00:31 -07:00
assignment-client Fix for avatar recordings not playing back blendshapes 2019-11-05 11:10:52 -08:00
cmake fix opus library linking in cmake 2020-01-13 12:27:24 -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 Add Opus to list of codecs 2020-01-09 16:43:12 +01:00
ice-server Store big web requests on disk 2018-05-24 17:30:32 -07:00
interface Merge pull request #58 from ctrlaltdavid/fix/avatar-packager-update 2020-01-07 22:43:34 -05:00
launchers Change asset URLs to Athena S3 bucket. 2019-12-18 17:36:01 +01:00
libraries Merge pull request #65 from kasenvr/fix/whitelist-server 2020-01-09 17:55:45 -05:00
plugins Fix minor cmake oopsie. 2020-01-12 18:33:46 -06:00
script-archive Fixed paths to included files and collision with 'clamp' 2019-07-02 14:24:02 -07:00
scripts Changed css 2020-01-11 21:09:21 +00: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 API docs rebranding 2020-01-09 10:38:58 +13: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 Update a small portion of the build instructions to account for new branding and repository name. 2019-12-21 11:24:29 -05:00
BUILD_ANDROID.md Update a small portion of the build instructions to account for new branding and repository name. 2019-12-21 11:24:29 -05:00
BUILD_LINUX.md Update BUILD_LINUX.md 2020-01-12 15:02:56 -05: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 Update a small portion of the build instructions to account for new branding and repository name. 2019-12-21 11:24:29 -05:00
CMakeGraphvizOptions.cmake
CMakeLists.txt Update Primary CMakeLists project name to Athena 2019-12-18 17:33:35 -06: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 generating cmake 2020-01-04 20:00:32 -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 readme for cleanliness. 2019-12-24 19:42:10 -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

Project Athena

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

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

v0.86.0 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.

v0.86.0 K2 (TBD)

Features, Bugs, and Housekeeping

Check out the releases page for more information!

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.

You can also set the Windows environment variable "EXTRA_WHITELIST" with your whitelisted domains comma separated like so: "http://mpassets.highfidelity.com/,https://raw.githubusercontent.com/highfidelity/,https://hifi-content.s3.amazonaws.com/"

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 For Linux

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's Engine?

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.

Contribution

A special thanks to the contributors of the Project Athena.

Contribution