Skip to content
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

Add "Rerun" or "Rerun.io" to top bar of the visualizer #2518

Closed
emilk opened this issue Jun 26, 2023 · 0 comments · Fixed by #2540
Closed

Add "Rerun" or "Rerun.io" to top bar of the visualizer #2518

emilk opened this issue Jun 26, 2023 · 0 comments · Fixed by #2540
Assignees
Labels
enhancement New feature or request 🏎️ Quick Issue Can be fixed in a few hours or less ui concerns graphical user interface

Comments

@emilk
Copy link
Member

emilk commented Jun 26, 2023

We have a lot of room in the top bar. We should advertise "Rerun.io` there.

Just put "Rerun.io" there nice and centered.

This is very useful when:

  • Someone sees a Rerun screenshot and wants to know "what is this?"
  • A third-party uses Rerun and someone looks over their should wondering "what is this?"
  • We stream a demo in some web-cast and someone joins half-way through wondering "what is this?"
@emilk emilk added enhancement New feature or request ui concerns graphical user interface 🏎️ Quick Issue Can be fixed in a few hours or less labels Jun 26, 2023
@Wumpf Wumpf self-assigned this Jun 27, 2023
Wumpf added a commit that referenced this issue Jun 28, 2023
<!--
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

Fixes  #2518

Took quite a bit of time to make it look nice. It is not centered, so it
also plays nicely with demo.rerun

Native:
<img width="235" alt="image"
src="https://github.com/rerun-io/rerun/assets/1220815/7dc299e6-86ff-4013-901e-a20f35ccd41d">

Web:
<img width="207" alt="image"
src="https://github.com/rerun-io/rerun/assets/1220815/98d9932a-11e7-45e4-94ff-62c214e78fdf">

Web with metrics:
<img width="304" alt="image"
src="https://github.com/rerun-io/rerun/assets/1220815/4e8fabde-58eb-4c48-84b9-48f8219237f9">

Web with metrics zoomed in _a lot_:
<img width="2057" alt="image"
src="https://github.com/rerun-io/rerun/assets/1220815/61e5bca5-a72d-43e3-86a5-173096e60607">

Click!

https://github.com/rerun-io/rerun/assets/1220815/51c42221-8fa2-46c3-8710-e0d9731289ee


Test using `cargo rerun` and `cargo rerun-web`

### 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)

<!-- This line will get updated when the PR build summary job finishes.
-->
PR Build Summary: https://build.rerun.io/pr/2540

<!-- pr-link-docs:start -->
Docs preview: https://rerun.io/preview/86d9103/docs
Examples preview: https://rerun.io/preview/86d9103/examples
<!-- pr-link-docs:end -->

---------

Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
emilk added a commit that referenced this issue Jun 29, 2023
<!--
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

Fixes  #2518

Took quite a bit of time to make it look nice. It is not centered, so it
also plays nicely with demo.rerun

Native:
<img width="235" alt="image"
src="https://github.com/rerun-io/rerun/assets/1220815/7dc299e6-86ff-4013-901e-a20f35ccd41d">

Web:
<img width="207" alt="image"
src="https://github.com/rerun-io/rerun/assets/1220815/98d9932a-11e7-45e4-94ff-62c214e78fdf">

Web with metrics:
<img width="304" alt="image"
src="https://github.com/rerun-io/rerun/assets/1220815/4e8fabde-58eb-4c48-84b9-48f8219237f9">

Web with metrics zoomed in _a lot_:
<img width="2057" alt="image"
src="https://github.com/rerun-io/rerun/assets/1220815/61e5bca5-a72d-43e3-86a5-173096e60607">

Click!

https://github.com/rerun-io/rerun/assets/1220815/51c42221-8fa2-46c3-8710-e0d9731289ee


Test using `cargo rerun` and `cargo rerun-web`

### 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)

<!-- This line will get updated when the PR build summary job finishes.
-->
PR Build Summary: https://build.rerun.io/pr/2540

<!-- pr-link-docs:start -->
Docs preview: https://rerun.io/preview/86d9103/docs
Examples preview: https://rerun.io/preview/86d9103/examples
<!-- pr-link-docs:end -->

---------

Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request 🏎️ Quick Issue Can be fixed in a few hours or less ui concerns graphical user interface
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants