runmat-plot 0.4.1

GPU-accelerated and static plotting for RunMat with WGPU and Plotters
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Data processing and optimization for plotting
//!
//! Handles large datasets, level-of-detail, GPU buffer management,
//! and geometric algorithms.

pub mod buffers;
pub mod geometry;
pub mod lod;

pub use buffers::*;
pub use geometry::*;
pub use lod::*;