rsplot 0.5.0

silx-style scientific plotting for egui, rendered with wgpu
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! 3D scene foundation — the `silx.gui.plot3d` port.
//!
//! This is the pure, headless math layer (matrices + camera); the GPU pipeline
//! lives in [`crate::render`] and the interactive widget in [`crate::widget`].
//! Tracked in `doc/plot3d-parity-roadmap.md`.

pub mod axes;
pub mod camera;
pub mod interaction;
pub mod marching_cubes;
pub mod mat4;
pub mod pick;
pub mod plane;
pub mod transform;