chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:05:14 +08:00
commit 2a547be7fe
7904 changed files with 1000926 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
<!--[metadata]
title = "Spawn Viewer"
tags = ["Spawn"]
-->
Shows how to spawn a new Rerun Viewer process ready to listen for gRPC connections using an executable available in PATH.
```bash
cmake .
cmake --build . --target spawn_viewer
./examples/cpp/spawn_viewer/spawn_viewer
```