cu-pointclouds 0.10.0

This is small sink example to display a Copper pointcloud in rerun
1
2
3
4
5
6
7
8
9
# cu_pointclouds

This demonstrates how to use Copper to interface with rerun to visualize its standard pointcloud. 

To use it:
```
$ cargo install rerun-cli
$ cargo run   # it will automagically start the cli and show the point cloud in rerun with the default parameters.
```