You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a minimal CMake project that shows how to use [Rerun](https://github.com/rerun-io/rerun) in your code in conjunction with [Eigen](https://eigen.tuxfamily.org/) and [OpenCV](https://opencv.org/).
4
+
5
+
## Installing the Rerun viewer
6
+
The Rerun C++ SDK works by connecting to an awaiting Rerun Viewer over TCP.
7
+
8
+
#### Building from source
9
+
*[Install `cargo`](https://rustup.rs/)
10
+
*`cargo install rerun-cli`
11
+
12
+
#### Using `pip`
13
+
*`pip install rerun-sdk`
14
+
15
+
### Running the Rerun viewer
16
+
Just type `rerun` and the rerun viewer should show up. Then it is time to run this example!
17
+
18
+
19
+
## Run this example
20
+
21
+
### Using `pixi`
22
+
The easiest way to get started is to install [pixi](https://prefix.dev/docs/pixi/overview).
0 commit comments