-
Notifications
You must be signed in to change notification settings - Fork 366
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create blueprints for common examples #5468
Labels
Milestone
Comments
jleibs
added
examples
Issues relating to the Rerun examples
🟦 blueprint
The data that defines our UI
labels
Mar 11, 2024
Closed
We should also have blueprints for every snippet, at minimum to disable the timeline and blueprint views. |
On the flipside; if an example works well without a blueprint (e.g. Dicom) then I think it makes sense to leave it as is, to also show users that they don't need to set a blueprint |
emilk
added a commit
that referenced
this issue
Mar 18, 2024
### What * Part of #5468 An interesting part of this is that the blueprint is dynamically created based on the the data (which cameras there are). Before: ![image](https://github.com/rerun-io/rerun/assets/1148717/e8c8c5f2-6502-4325-8268-1067d824494a) After: ![image](https://github.com/rerun-io/rerun/assets/1148717/60e0673e-5e72-4dc8-8bc3-d5c6e49c7d64) The 3D camera is (still) too zoomed out, but gathering all the 2D images in a tab view puts more focus on the 3D view. ### 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/5556/index.html) * Using examples from latest `main` build: [app.rerun.io](https://app.rerun.io/pr/5556/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/5556/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/5556) - [Docs preview](https://rerun.io/preview/b620da1066ab9c4ba09a3bd0dee813cc3af1de57/docs) <!--DOCS-PREVIEW--> - [Examples preview](https://rerun.io/preview/b620da1066ab9c4ba09a3bd0dee813cc3af1de57/examples) <!--EXAMPLES-PREVIEW--> - [Recent benchmark results](https://build.rerun.io/graphs/crates.html) - [Wasm size tracking](https://build.rerun.io/graphs/sizes.html)
We should take a pass adding names to containers where it makes sense |
did a pass on container names in #5652 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Creating blueprints for the main examples we include on app.rerun.io has a two-fold benefit.
(1) It allows us to validate the blueprint APIs work for the use-cases covered by these examples
(2) Should improve the clarity of the examples themselves once these blueprints are also served as a part of the examples.
Blueprint examples:
arkit_scenes
demo, leveraging the viewer's ability to re-project 3D->2D #5510.rrd
when calling.save(…)
#5572Progress / assignee
↪️ == intentionally skipped
The text was updated successfully, but these errors were encountered: