cv icon indicating copy to clipboard operation
cv copied to clipboard

Create real-time 3d point cloud viewer

Open vadixidav opened this issue 4 years ago • 1 comments

To show the output of vSLAM and visual odometry algorithms, we need a crate that can efficiently take VBOs of points to display and render them. A crate should be written to do the rendering and a separate crate should be created for an example viewer, including the controls. A good start would be to load a PLY file using the ply-rs crate or an LAS file using the las crate.

wgpu should be used to target all systems. It is recommended to use iced, which (on master branch) can natively render on the web or desktop using wgpu.

vadixidav avatar Jul 18 '20 19:07 vadixidav

@Schweeble is working on this now, assigning.

vadixidav avatar Jul 23 '20 01:07 vadixidav