feat(web demo): Added a GNM web demo using XR Blocks#36
Closed
ruofeidu wants to merge 2 commits into
Closed
Conversation
Live demo: https://xrblocks.github.io/demos/gnm Introduces a purely browser-based demonstration for the Generative aNthropometric Model (GNM) that runs across desktop, mobile, and Android XR devices. This demo leverages the XR Blocks SDK for 3D scene management, rendering, and spatial UI. Key additions include: - Core WebGL/JS components: GNMModel, GNMControls, GNMScene, and SemanticSampler to handle model logic, rendering, and interactions. - Demo web application structure: index.html, main.js, and CSS files. - Python export utility (tools/export_gnm_web.py) to convert GNM weights into web-optimized binary formats. - Comprehensive README with instructions on running locally and fetching model assets (either dynamically via CDN or locally). - A teaser preview video and reference JSON cases.
Collaborator
|
Thanks @ruofeidu for an amazing demo! As discussed offline, the demo will be hosted directly on the XR Blocks github and linked to from GNM. Closing the PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Live demo: https://xrblocks.github.io/demos/gnm
Recording: https://www.youtube.com/watch?v=bOFyFlFIcdU
Introduces a purely browser-based demonstration for the Generative aNthropometric Model (GNM) that runs across desktop, mobile, and Android XR devices. This demo leverages the XR Blocks SDK for 3D scene management, rendering, and spatial UI.
Key additions include: