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

Replace re_viewer binary with new rerun binary #27

Merged
merged 6 commits into from
Aug 9, 2022
Merged

Replace re_viewer binary with new rerun binary #27

merged 6 commits into from
Aug 9, 2022

Conversation

emilk
Copy link
Member

@emilk emilk commented Aug 9, 2022

re_viewer is now a library (and a web app), and rerun is the new binary that our end users will use. This is not only a nice split between library and binary, but it also makes our public binary be called rerun, which is nice and simple. The plan is that rerun can be either a server, a viewer, or both.

At the moment, running rerun will host a server and a viewer that an SDK can connect to. This means using rerun at the moment takes two step

A) Start the viewer: rerun &
B) Start logging!

@emilk emilk marked this pull request as ready for review August 9, 2022 15:42
@emilk emilk merged commit 4ba4496 into main Aug 9, 2022
@emilk emilk deleted the rerun-crate branch August 9, 2022 17:11
@emilk emilk mentioned this pull request Jan 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant