Overte open source virtual worlds platform.
Find a file
2020-03-08 07:41:36 +00: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 Move to kasenvr repos 2019-12-30 20:24:15 +01: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 Revert "Removed obsolete default scripts + more branding changes." 2020-01-16 18:51:49 -06:00
launchers Change asset URLs to Athena S3 bucket. 2019-12-18 17:36:01 +01:00
libraries Revert "Removed obsolete default scripts + more branding changes." 2020-01-16 18:51:49 -06:00
pkg-scripts Merge branch 'rpm-pr' of github.com:odysseus654/project-athena into rpm-pr 2020-03-08 07:41:36 +00:00
plugins Fixed something thats for sure 2019-12-20 00:57:38 +00:00
script-archive Fixed paths to included files and collision with 'clamp' 2019-07-02 14:24:02 -07:00
scripts Revert "Removed obsolete default scripts + more branding changes." 2020-01-16 18:51:49 -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 Quick fix for the metaverse API 2020-01-14 20:33:39 -06: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 Add python3-distro to list of required Linux packages 2020-01-12 21:22:03 +01: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 BUILD_WIN.md 2020-01-13 18:01:48 -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 Unpack files with any kind of supported compression, not just gzip 2020-01-12 21:11:07 +01:00
hifi_vcpkg.py Remove usage of deprecated platform.linux_distribution() 2020-01-12 21:11:07 +01: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