@@ -98,11 +98,11 @@ Of course, this will only take us so far. In the future we plan on caching queri
98
98
Here is an overview of the crates included in the project:
99
99
100
100
<picture >
101
- <img src =" https://static.rerun.io/crates/c4945bdef6cdcf99bf37a05480d19be23bfd2b7f /full.png " alt =" " >
102
- <source media =" (max-width: 480px) " srcset =" https://static.rerun.io/crates/c4945bdef6cdcf99bf37a05480d19be23bfd2b7f /480w.png " >
103
- <source media =" (max-width: 768px) " srcset =" https://static.rerun.io/crates/c4945bdef6cdcf99bf37a05480d19be23bfd2b7f /768w.png " >
104
- <source media =" (max-width: 1024px) " srcset =" https://static.rerun.io/crates/c4945bdef6cdcf99bf37a05480d19be23bfd2b7f /1024w.png " >
105
- <source media =" (max-width: 1200px) " srcset =" https://static.rerun.io/crates/c4945bdef6cdcf99bf37a05480d19be23bfd2b7f /1200w.png " >
101
+ <img src =" https://static.rerun.io/crates/61660a3e8357cd6261f329c8fe15d5c5a1c6f087 /full.png " alt =" " >
102
+ <source media =" (max-width: 480px) " srcset =" https://static.rerun.io/crates/61660a3e8357cd6261f329c8fe15d5c5a1c6f087 /480w.png " >
103
+ <source media =" (max-width: 768px) " srcset =" https://static.rerun.io/crates/61660a3e8357cd6261f329c8fe15d5c5a1c6f087 /768w.png " >
104
+ <source media =" (max-width: 1024px) " srcset =" https://static.rerun.io/crates/61660a3e8357cd6261f329c8fe15d5c5a1c6f087 /1024w.png " >
105
+ <source media =" (max-width: 1200px) " srcset =" https://static.rerun.io/crates/61660a3e8357cd6261f329c8fe15d5c5a1c6f087 /1200w.png " >
106
106
</picture >
107
107
108
108
<!-- !!! IMPORTANT!!!
@@ -120,20 +120,20 @@ Update instructions:
120
120
121
121
### SDK/CLI/Wasm top-level crates
122
122
123
- | Crate | Description |
124
- | ---------------------- | -------------------------------------- |
125
- | rerun-cli | Rerun native CLI binary crate |
126
- | Rerun | Rerun Rust SDK and Viewer shim crate |
127
- | rerun_c | Rerun C SDK |
128
- | rerun_py | Rerun Python SDK |
129
- | re_sdk | Rerun logging SDK |
123
+ | Crate | Description |
124
+ | --------- | ------------------------------------ |
125
+ | rerun-cli | Rerun native CLI binary crate |
126
+ | Rerun | Rerun Rust SDK and Viewer shim crate |
127
+ | rerun_c | Rerun C SDK |
128
+ | rerun_py | Rerun Python SDK |
129
+ | re_sdk | Rerun logging SDK |
130
130
131
131
### Viewer crates
132
132
133
133
##### UI crates
134
134
135
135
| Crate | Description |
136
- | ----------------------- | ------------------------------------------------------------------------------------------------------------ |
136
+ | --------------------- | ---------------------------------------------------------------------------------------------------------- |
137
137
| re_arrow_ui | Show arrow data in a tree of rerun list_items and format arrow with syntax highlighting. |
138
138
| re_blueprint_tree | The UI for the blueprint tree in the left panel. |
139
139
| re_redap_browser | The UI and communication to implement the in-viewer redap server browser. |
@@ -159,20 +159,20 @@ Update instructions:
159
159
160
160
##### UI support crates
161
161
162
- | Crate | Description |
163
- | ------------------------ | ---------------------------------------------------------------------- |
164
- | re_context_menu | Support crate for context menu and actions. |
165
- | re_data_ui | Provides UI elements for Rerun component data for the Rerun Viewer. |
166
- | re_renderer | A wgpu-based renderer for all your visualization needs. |
167
- | re_renderer_examples | Examples for re_renderer |
168
- | re_ui | Rerun GUI theme and helpers, built around egui |
169
- | re_viewer_context | Rerun Viewer state that is shared with the viewer's code components. |
170
- | re_viewport_blueprint | The data model description of the viewport panel. |
162
+ | Crate | Description |
163
+ | --------------------- | -------------------------------------------------------------------- |
164
+ | re_context_menu | Support crate for context menu and actions. |
165
+ | re_data_ui | Provides UI elements for Rerun component data for the Rerun Viewer. |
166
+ | re_renderer | A wgpu-based renderer for all your visualization needs. |
167
+ | re_renderer_examples | Examples for re_renderer |
168
+ | re_ui | Rerun GUI theme and helpers, built around egui |
169
+ | re_viewer_context | Rerun Viewer state that is shared with the viewer's code components. |
170
+ | re_viewport_blueprint | The data model description of the viewport panel. |
171
171
172
172
### Application-level store
173
173
174
174
| Crate | Description |
175
- | ----------------- | ----------------------------------------------------------------- |
175
+ | --------------- | --------------------------------------------------------------- |
176
176
| re_dataframe | The Rerun public data APIs. |
177
177
| re_datafusion | DataFusion interfaces to Rerun gRPC queries |
178
178
| re_entity_db | In-memory storage of Rerun entities |
@@ -186,7 +186,7 @@ Update instructions:
186
186
### Low-level store
187
187
188
188
| Crate | Description |
189
- | ----------------- | ----------------------------------------------------------------------------------------------- |
189
+ | --------------- | --------------------------------------------------------------------------------------------- |
190
190
| re_chunk | A chunk of Rerun data, encoded using Arrow. Used for logging, transport, storage and compute. |
191
191
| re_chunk_store | An in-memory time series database for Rerun log data, based on Apache Arrow. |
192
192
| re_format_arrow | Formatting of Apache Arrow tables. |
@@ -197,7 +197,7 @@ Update instructions:
197
197
### Data flow
198
198
199
199
| Crate | Description |
200
- | ---------------------- | ------------------------------------------------------------------- |
200
+ | -------------------- | ----------------------------------------------------------------- |
201
201
| re_redap_client | Official client for the Rerun Data Protocol |
202
202
| re_data_loader | Handles loading of Rerun data from file using data loader plugins |
203
203
| re_data_source | Handles loading of Rerun data from different sources |
@@ -208,7 +208,7 @@ Update instructions:
208
208
### Build support
209
209
210
210
| Crate | Description |
211
- | ------------------- | ------------------------------------------------------------------ |
211
+ | ----------------- | ---------------------------------------------------------------- |
212
212
| re_build_info | Information about the build. Use together with re_build_tools |
213
213
| re_build_tools | build.rs helpers for generating build info |
214
214
| re_dev_tools | Various tools for Rerun development. Each tool has a subcommand. |
@@ -218,7 +218,7 @@ Update instructions:
218
218
### Utilities
219
219
220
220
| Crate | Description |
221
- | -------------------- | -------------------------------------------------------------------------------------- |
221
+ | ------------------ | ------------------------------------------------------------------------------------ |
222
222
| re_analytics | Rerun's analytics SDK |
223
223
| re_arrow_util | Helpers for working with arrow |
224
224
| re_auth | Authentication and authorization helpers |
@@ -244,10 +244,10 @@ Update instructions:
244
244
245
245
### Test crates
246
246
247
- | Crate | Description |
248
- | -------------------- | --------------------------------------------------------------- |
249
- | re_test_context | Provides a test context that builds on `re_viewer_context. |
250
- | re_test_viewport | Extends the ` re_test_context ` with viewport-related features. |
247
+ | Crate | Description |
248
+ | ---------------- | ------------------------------------------------------------- |
249
+ | re_test_context | Provides a test context that builds on `re_viewer_context. |
250
+ | re_test_viewport | Extends the ` re_test_context ` with viewport-related features. |
251
251
252
252
### Dependencies and docs
253
253
0 commit comments