WebXR-WebGPU-Binding VS navigation

Compare WebXR-WebGPU-Binding vs navigation and see what are their differences.

navigation

Repository for the discussion and research in to navigating from page to page whilst staying in immersive mode. Feature leads: Rik Cabanier and Brandon Jones (by immersive-web)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
WebXR-WebGPU-Binding navigation
1 3
49 69
- -
1.5 10.0
about 1 year ago over 1 year ago
Bikeshed
GNU General Public License v3.0 or later GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

WebXR-WebGPU-Binding

Posts with mentions or reviews of WebXR-WebGPU-Binding. We have used some of these posts to build our list of alternatives and similar projects.
  • WebGPU is not a replacement for Vulkan (yet)
    1 project | news.ycombinator.com | 10 Oct 2022
    Not a very expansive post. Here's a few more things WebGPU is missing (at least on the web):

    - Push constants (wgpu has them as a native feature for all backends) (allows avoiding a uniform buffer write and bind)

    - Texture binding arrays (https://docs.rs/wgpu/latest/wgpu/struct.Features.html#associ...) (allows for rendering multiple materials at the same time)

    - Multiview rendering (https://docs.rs/wgpu/latest/wgpu/struct.Features.html#associ...) needed for WebXR bindings (https://github.com/immersive-web/WebXR-WebGPU-Binding/blob/m...)

navigation

Posts with mentions or reviews of navigation. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-21.
  • Meta rebuffs Google's virtual reality tie-up proposal
    1 project | news.ycombinator.com | 1 Mar 2024
    A primary feature of the Metaverse as initially envisioned was having a platform for diverse virtual shared spaces, experiences and software.

    WebXR has the potential to be this shared platform. But certain features such as immersive navigation that would facilitate this may be being deliberately held back or neglected.

    https://github.com/immersive-web/navigation/issues/14

  • The GPU Banana Stand
    7 projects | news.ycombinator.com | 21 Aug 2022
    But representing the DOM etc inside a 3D space is useful so you don't loose access to the world of 2D information. However there are no good solutions to this at present the Immersive Web Workgroup in W3C are looking at Layers or DOM Overlay which is for AR modes but might support 2D navigation but it seems low down on the priority list due to CORS and other security challenges.

    https://github.com/immersive-web/navigation

  • VRML
    2 projects | news.ycombinator.com | 16 Apr 2022
    The Wikipedia example shows something kind of JSON-like but originally VRML was like HTML (SGML).

    Something similar to that is A-Frame VR which is built on WebVR.

    There used to be a way with at least one VR-enabled browser to navigate without exiting VR (if the other site supported VR). Not sure any still support it. I think this may be because it goes against walled-gardens interests. https://github.com/immersive-web/navigation#api-proposal

What are some alternatives?

When comparing WebXR-WebGPU-Binding and navigation you can also consider the following projects:

webxr - Repository for the WebXR Device API Specification.

3d-tiles - Specification for streaming massive heterogeneous 3D geospatial datasets :earth_americas:

depth-sensing - Specification: https://immersive-web.github.io/depth-sensing/ Explainer: https://github.com/immersive-web/depth-sensing/blob/main/explainer.md

VL.Fuse - A library for visually programming on the GPU, built to enable rapid workflows and modular approaches to accelerated graphics, logic and computation.

dom-overlays - A feature incubation repo for layering DOM content on/in WebXR content. Feature lead: Piotr Bialecki

webxr-linux - Repository containing efforts in getting usable WebXR under Linux

performance-improvements - A feature-incubation repo for XR-related performance improvements. Feature lead: Trevor F. Smith

sdf-csg - Generate meshes from signed distance functions and constructive solid geometry operations.

raw-camera-access - Spec draft: https://immersive-web.github.io/raw-camera-access/. Repository for experimentation around exposing raw camera access through WebXR Device API. Feature leads: Piotr Bialecki, Alex Turner, Nicholas Butko