Expand description
Visualization and rendering for 3D data
This crate provides real-time visualization capabilities for point clouds and meshes using wgpu and winit:
- Interactive 3D viewer with UI controls
- Point cloud rendering
- Mesh rendering with lighting
- Camera controls
- Algorithm parameter controls
Re-exports§
pub use viewer::*;pub use renderer::*;pub use camera::*;pub use interactive_viewer::*;
Modules§
- camera
- Camera utilities for 3D visualization
- interactive_
viewer - Interactive 3D viewer with UI controls
- renderer
- Rendering engine
- shaders
- Shader utilities for 3D visualization
- viewer
- 3D viewer implementation
Functions§
- show_
mesh - Show a mesh in an interactive viewer
- show_
point_ cloud - Show a point cloud in an interactive viewer