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

[pure refactor] Move ViewerContext & ComponentUiRegistry to viewer_context #2047

Merged
merged 4 commits into from
May 5, 2023

Conversation

Wumpf
Copy link
Member

@Wumpf Wumpf commented May 4, 2023

Yet another part of:

This is a major milestone: We now can move out more crates out of re_viewer that only depend on the viewer context.

Sadly, this introduces a gui dependency to re_viewer_context that I wanted to avoid, but I couldn't figure out how to do that. It gets quite complex. But I opted to at least have almost zero ui setup code in re_viewer_context

Next step is now to move the data_ui folder to a separate crate. If I'm not mistaken this should be very easy now
Next step after that is to move the timeline to a separate crate which should in turn be then quite easy 🤞

What

Checklist

PR Build Summary: https://build.rerun.io/pr/2047

@Wumpf Wumpf added 📺 re_viewer affects re_viewer itself 🚜 refactor Change the code, not the functionality labels May 4, 2023
@Wumpf
Copy link
Member Author

Wumpf commented May 4, 2023

oops, pusehd stuff in here that should go into a separate PR. Rolling back...

@Wumpf Wumpf force-pushed the andreas/move-viewer_context branch from 93da499 to 6f0368d Compare May 4, 2023 17:35
Copy link
Member

@emilk emilk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, I like it

@Wumpf Wumpf merged commit 2d21495 into main May 5, 2023
@Wumpf Wumpf deleted the andreas/move-viewer_context branch May 5, 2023 07:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📺 re_viewer affects re_viewer itself 🚜 refactor Change the code, not the functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants