hypVR-Ray | Hyperbolic VR | Augmented Reality library

 by   mtwoodard JavaScript Version: WebVRError License: No License

kandi X-RAY | hypVR-Ray Summary

kandi X-RAY | hypVR-Ray Summary

hypVR-Ray is a JavaScript library typically used in Virtual Reality, Augmented Reality, WebGL applications. hypVR-Ray has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.

Hyperbolic VR using Raymarching
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              hypVR-Ray has a low active ecosystem.
              It has 53 star(s) with 4 fork(s). There are 6 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 15 open issues and 52 have been closed. On average issues are closed in 77 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of hypVR-Ray is WebVRError

            kandi-Quality Quality

              hypVR-Ray has 0 bugs and 0 code smells.

            kandi-Security Security

              hypVR-Ray has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              hypVR-Ray code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              hypVR-Ray does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              hypVR-Ray releases are available to install and integrate.
              hypVR-Ray saves you 20 person hours of effort in developing the same functionality from scratch.
              It has 56 lines of code, 0 functions and 11 files.
              It has low code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of hypVR-Ray
            Get all kandi verified functions for this library.

            hypVR-Ray Key Features

            No Key Features are available at this moment for hypVR-Ray.

            hypVR-Ray Examples and Code Snippets

            No Code Snippets are available at this moment for hypVR-Ray.

            Community Discussions

            QUESTION

            WebVR not working with latest version of Firefox
            Asked 2019-Feb-06 at 01:57

            I've been experiencing an issue when using the VR functionality of a WebVR project in the recent versions of Firefox. Usually less than a minute after starting VR, SteamVR will begin to flash between responsive and unresponsive while the framerate tanks. Restarting SteamVR and reloading the project will sometimes fix the issue, other times SteamVR will need to be reinstalled completely. Even then the problem will return in the same manner as before, rendering the VR functionality unusable.

            I noticed that an older version of Firefox from June 2018, particularly this one here, does not have this same issue and will run VR without an issue. Was there some change in the WebVR API?

            I created a release for my project here, and you can find a live version here. In order to use the VR capabilities first click the VR icon then press the 'v' key to enter and exit tracking.

            ...

            ANSWER

            Answered 2019-Feb-06 at 01:57

            Sounds like you're running into this recent Firefox bug:

            https://bugzilla.mozilla.org/show_bug.cgi?id=1514417 - "WebVR framerate drops to < 1 FPS after several minutes, requires full restart"

            The bug has been fixed in the latest Firefox Nightly: https://www.mozilla.org/en-US/firefox/channel/desktop/#nightly

            Source https://stackoverflow.com/questions/54540996

            QUESTION

            Custom shader material taking forever to initialize?
            Asked 2019-Jan-29 at 11:39

            I've been working on a raymarched project in three.js for a little over a year now and as the complexity has increased so has the initialization time. It can now take over 40 seconds to load the project in browser however once loaded runs at +60fps. I've tracked down the culprit function through performance tests and it seems to get hung up on the InitMaterial function within three's library. Does anyone have any idea as to what could be causing this hangup? Personally I believe it could be due to the amount of uniforms we use in the shader as there are quite a few of them.

            You can find the code in question here. Note that the globalsinclude.glsl is where the list of uniforms is.

            ...

            ANSWER

            Answered 2019-Jan-29 at 11:39

            This is a problem in general with DirectX on Windows. I suspect if you try the same page on Linux or Mac or start Chrome with --use-angle=gl on Windows you'll see the time drop.

            As an example you can try this ridiculous shader. It takes about 3 seconds to compile on OpenGL but in DirectX the browser will likely decide it's taking too long and reset the GPU process.

            There isn't much a browser can do about that issue as it's mostly in Microsoft's court. Microsoft designed DirectX for native games. Native games can compile shaders offline. The Web can't do that because they are opaque binaries passed to the driver and could be full of exploits.

            There's been talk about adding asynchronous shader compilation functions to WebGL. The shader would still take 40 seconds to compile it just wouldn't block the page. At this point though that's unlikely to happen.

            The only thing I can suggest is simplify your shaders. If you have loops maybe unwrap them and see if that helps.

            Source https://stackoverflow.com/questions/54408908

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install hypVR-Ray

            You can download it from GitHub.

            Support

            http://michaelwoodard.nethttp://segerman.org/http://vihart.comhttp://andreahawksley.comhttp://www.geometrygames.org/CurvedSpaces/https://github.com/MozVR/vr-web-examples/tree/master/threejs-vr-boilerplatehttp://jamie-wong.com/2016/07/15/ray-marching-signed-distance-functions/
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/mtwoodard/hypVR-Ray.git

          • CLI

            gh repo clone mtwoodard/hypVR-Ray

          • sshUrl

            git@github.com:mtwoodard/hypVR-Ray.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link