https://github.com/xrblocks/xrblocks.github.io
XR Blocks: Accelerating AI + XR Innovation
https://github.com/xrblocks/xrblocks.github.io
androidxr gemini threejs webai webxr
Last synced: about 2 months ago
JSON representation
XR Blocks: Accelerating AI + XR Innovation
- Host: GitHub
- URL: https://github.com/xrblocks/xrblocks.github.io
- Owner: xrblocks
- Created: 2025-08-21T03:52:50.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2026-04-24T02:37:58.000Z (about 2 months ago)
- Last Synced: 2026-04-24T04:26:47.801Z (about 2 months ago)
- Topics: androidxr, gemini, threejs, webai, webxr
- Language: HTML
- Homepage: https://xrblocks.github.io/
- Size: 87.8 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Repository for the main XR Blocks landing page: https://xrblocks.github.io/.
## Deployment
The landing page is hosted using Github Pages from the `build` branch. Commits to this branch are automatically generated by the `Create build branch` Github action.
When commiting to this repository, the workflow will be triggered automatically to update the site.
For XR Blocks authors, this action can be manually launched by selecting "Run Workflow" from [the actions tab](https://github.com/xrblocks/xrblocks.github.io/actions/workflows/build.yml).
When run, the action will perform the following:
1. Clone [google/xrblocks](https://github.com/google/xrblocks).
2. Build the library as well as docs.
3. Copy the generated `docs` and generated `build` into the `build` folder.
4. Copy `samples`, `demos`, and `templates` into the `build` folder.
5. Commit the contents of the `build` folder to the `build` branch.