@@ -88,14 +88,15 @@ Of course, this will only take us so far. In the future we plan on caching queri
8888Here is an overview of the crates included in the project:
8989
9090<picture >
91- <img src =" https://static.rerun.io/crates/0a6b29a48f3929d5fb07f1aea889271a9eface09 /full.png " alt =" " >
92- <source media =" (max-width: 480px) " srcset =" https://static.rerun.io/crates/0a6b29a48f3929d5fb07f1aea889271a9eface09 /480w.png " >
93- <source media =" (max-width: 768px) " srcset =" https://static.rerun.io/crates/0a6b29a48f3929d5fb07f1aea889271a9eface09 /768w.png " >
94- <source media =" (max-width: 1024px) " srcset =" https://static.rerun.io/crates/0a6b29a48f3929d5fb07f1aea889271a9eface09 /1024w.png " >
95- <source media =" (max-width: 1200px) " srcset =" https://static.rerun.io/crates/0a6b29a48f3929d5fb07f1aea889271a9eface09 /1200w.png " >
91+ <img src =" https://static.rerun.io/crates/0973a21dff25026ed999e7d70d7c177cd2621514 /full.png " alt =" " >
92+ <source media =" (max-width: 480px) " srcset =" https://static.rerun.io/crates/0973a21dff25026ed999e7d70d7c177cd2621514 /480w.png " >
93+ <source media =" (max-width: 768px) " srcset =" https://static.rerun.io/crates/0973a21dff25026ed999e7d70d7c177cd2621514 /768w.png " >
94+ <source media =" (max-width: 1024px) " srcset =" https://static.rerun.io/crates/0973a21dff25026ed999e7d70d7c177cd2621514 /1024w.png " >
95+ <source media =" (max-width: 1200px) " srcset =" https://static.rerun.io/crates/0973a21dff25026ed999e7d70d7c177cd2621514 /1200w.png " >
9696</picture >
9797
9898
99+
99100<!-- !!! IMPORTANT!!!
100101
101102This image must be updated each time a crate is added/removed/updated.
@@ -125,22 +126,23 @@ Update instructions:
125126
126127##### UI crates
127128
128- | Crate | Description |
129- | -----------------------------| -------------------------------------------------------------------------------------------------------------|
130- | re_blueprint_tree | The UI for the blueprint tree in the left panel. |
131- | re_component_ui | Provides UI editors for Rerun component data for registration with the Rerun Viewer component UI registry. |
132- | re_selection_panel | The UI for the selection panel. |
133- | re_space_view | Types & utilities for defining Space View classes and communicating with the Viewport. |
134- | re_space_view_bar_chart | A Space View that shows a single bar chart. |
135- | re_space_view_dataframe | A Space View that shows the data contained in entities in a table. |
136- | re_space_view_spatial | Space Views that show entities in a 2D or 3D spatial relationship. |
137- | re_space_view_tensor | A Space View dedicated to visualizing tensors with arbitrary dimensionality. |
138- | re_space_view_text_document | A simple Space View that shows a single text box. |
139- | re_space_view_text_log | A Space View that shows text entries in a table and scrolls with the active time. |
140- | re_space_view_time_series | A Space View that shows plots over Rerun timelines. |
141- | re_time_panel | The time panel of the Rerun Viewer, allowing to control the displayed timeline & time. |
142- | re_viewer | The Rerun Viewer |
143- | re_viewport | The central viewport panel of the Rerun viewer. |
129+ | Crate | Description |
130+ | -----------------------------| ------------------------------------------------------------------------------------------------------------|
131+ | re_blueprint_tree | The UI for the blueprint tree in the left panel. |
132+ | re_chunk_store_ui | A chunk store browser UI. |
133+ | re_component_ui | Provides UI editors for Rerun component data for registration with the Rerun Viewer component UI registry. |
134+ | re_selection_panel | The UI for the selection panel. |
135+ | re_space_view | Types & utilities for defining Space View classes and communicating with the Viewport. |
136+ | re_space_view_bar_chart | A Space View that shows a single bar chart. |
137+ | re_space_view_dataframe | A Space View that shows the data contained in entities in a table. |
138+ | re_space_view_spatial | Space Views that show entities in a 2D or 3D spatial relationship. |
139+ | re_space_view_tensor | A Space View dedicated to visualizing tensors with arbitrary dimensionality. |
140+ | re_space_view_text_document | A simple Space View that shows a single text box. |
141+ | re_space_view_text_log | A Space View that shows text entries in a table and scrolls with the active time. |
142+ | re_space_view_time_series | A Space View that shows plots over Rerun timelines. |
143+ | re_time_panel | The time panel of the Rerun Viewer, allowing to control the displayed timeline & time. |
144+ | re_viewer | The Rerun Viewer |
145+ | re_viewport | The central viewport panel of the Rerun viewer. |
144146
145147
146148##### UI support crates
0 commit comments