-
Notifications
You must be signed in to change notification settings - Fork 612
Closed
Labels
📺 re_vieweraffects re_viewer itselfaffects re_viewer itself🚜 refactorChange the code, not the functionalityChange the code, not the functionality
Description
It is growing big and unwieldy. We should aim to break it up into more crates, and clean up some stuff.
Ideally re_viewer should only be UI code.
This needs some more planning before we execute, but some rough ideas:
- Move blueprinty non-gui stuff to own crate (re_blueprint)
- Break up
app.rs- Show all loaded recordings as tabs #1905
selected_rec_idshould be anOption- We should not create a
LogDbuntil we get the first message to populate it with
- Refactor the different views (view_tensor, view_text, …), and maybe move them to their own crates
- …
Metadata
Metadata
Assignees
Labels
📺 re_vieweraffects re_viewer itselfaffects re_viewer itself🚜 refactorChange the code, not the functionalityChange the code, not the functionality