starsight 0.3.2

A unified scientific visualization crate for Rust — from zero-config one-liners to GPU-accelerated interactive 3D.
Documentation
1
2
3
//! Re-exports of layer-1 path drawing primitives.

pub use crate::background::paths::{LineCap, LineJoin, Path, PathCommand, PathStyle};