Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
<!-- Open the PR up as a draft until you feel it is ready for a proper review. Do not make PR:s from your own `main` branch, as that makes it difficult for reviewers to add their own fixes. Add any improvements to the branch as new commits to make it easier for reviewers to follow the progress. All commits will be squashed to a single commit once the PR is merged into `main`. Make sure you mention any issues that this PR closes in the description, as well as any other related issues. To get an auto-generated PR description you can put "copilot:summary" or "copilot:walkthrough" anywhere. --> ### What ### Checklist * [x] I have read and agree to [Contributor Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and the [Code of Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md) * [x] I've included a screenshot or gif (if applicable) * [x] I have tested the web demo (if applicable): * Using newly built examples: [app.rerun.io](https://app.rerun.io/pr/5320/index.html) * Using examples from latest `main` build: [app.rerun.io](https://app.rerun.io/pr/5320/index.html?manifest_url=https://app.rerun.io/version/main/examples_manifest.json) * Using full set of examples from `nightly` build: [app.rerun.io](https://app.rerun.io/pr/5320/index.html?manifest_url=https://app.rerun.io/version/nightly/examples_manifest.json) * [x] The PR title and labels are set such as to maximize their usefulness for the next release's CHANGELOG * [x] If applicable, add a new check to the [release checklist](https://github.com/rerun-io/rerun/blob/main/tests/python/release_checklist)! - [PR Build Summary](https://build.rerun.io/pr/5320) - [Docs preview](https://rerun.io/preview/89411852bafcc6707d5541bec8e1e59f3c23ac7a/docs) <!--DOCS-PREVIEW--> - [Examples preview](https://rerun.io/preview/89411852bafcc6707d5541bec8e1e59f3c23ac7a/examples) <!--EXAMPLES-PREVIEW--> - [Recent benchmark results](https://build.rerun.io/graphs/crates.html) - [Wasm size tracking](https://build.rerun.io/graphs/sizes.html) Follow up on #4121. Sorry for the extremely long delay. But we had several important developments in Unity and XR streaming. We released an individual project [ARFlow](https://github.com/cake-lab/ARFlow?tab=readme-ov-file) that contains more comprehensive streaming and visualization supports. We also released [Paper](https://doi.org/10.1145/3638550.3643617), [Project Page](https://cake.wpi.edu/ARFlow/), and [Video](https://youtu.be/mml8YrCgfTk). [![Demo video](https://img.youtube.com/vi/mml8YrCgfTk/maxresdefault.jpg)](https://youtu.be/mml8YrCgfTk) For this PR, I followed your previous recommendation of submitting a paper visualization-style example page. It looks like you have screenshot images served at `static.rerun.io`, and you might need a few short videos for the website (like this [page](https://www.rerun.io/examples/paper-visualizations/shape_pointe)). Let me know if I can help with that. Thanks! --------- Co-authored-by: Andreas Reich <r_andreas2@web.de>
- Loading branch information